From 45713ffe8e58f58d4e9993de8a6d9de6cf0bdb0c Mon Sep 17 00:00:00 2001 From: Tim Camise Date: Fri, 19 Apr 2024 14:26:45 -0700 Subject: [PATCH] Swuash this --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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