diff --git a/Makefile b/Makefile index 522da84b..770228d7 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ # Makefile/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro). # This copyright was auto-generated on Wed, Sep 1, 2021 5:06:25 PM +VERSION:=2.0 + PROTO_BUILD_DIR=.build/protobuf/python/* PYTHON_TUTORIAL_PROTO_DIR=demos/python/tutorial/tutorial_modules/tutorial_5_ble_protobuf/proto PYTHON_SDK_PROTO_DIR=demos/python/sdk_wireless_camera_control/open_gopro/proto @@ -20,4 +22,4 @@ protos: ## Build generated code from protobuf files .PHONY: copyright copyright: ## Check for and add missing copyrights @echo "©️ Verifying / adding copyrights..." - @.admin/copyright -i . $(ORIGINAL_VERSION) \ No newline at end of file + @.admin/copyright -i . $(VERSION) \ No newline at end of file