diff --git a/EZ-Template-Example-Project@3.2.0-rc.2.zip b/EZ-Template-Example-Project.zip similarity index 88% rename from EZ-Template-Example-Project@3.2.0-rc.2.zip rename to EZ-Template-Example-Project.zip index 95af5651..85a15aa0 100644 Binary files a/EZ-Template-Example-Project@3.2.0-rc.2.zip and b/EZ-Template-Example-Project.zip differ diff --git a/EZ-Template-Example-Project/EZ-Template@3.2.0-rc.2.zip b/EZ-Template-Example-Project/EZ-Template@3.2.0.zip similarity index 76% rename from EZ-Template-Example-Project/EZ-Template@3.2.0-rc.2.zip rename to EZ-Template-Example-Project/EZ-Template@3.2.0.zip index 8ce50e3a..adaecd8f 100644 Binary files a/EZ-Template-Example-Project/EZ-Template@3.2.0-rc.2.zip and b/EZ-Template-Example-Project/EZ-Template@3.2.0.zip differ diff --git a/EZ-Template-Example-Project/firmware/EZ-Template.a b/EZ-Template-Example-Project/firmware/EZ-Template.a index 7139e24a..55af85c0 100644 Binary files a/EZ-Template-Example-Project/firmware/EZ-Template.a and b/EZ-Template-Example-Project/firmware/EZ-Template.a differ diff --git a/EZ-Template-Example-Project/project.pros b/EZ-Template-Example-Project/project.pros index b7329cf5..2eff0d9c 100644 --- a/EZ-Template-Example-Project/project.pros +++ b/EZ-Template-Example-Project/project.pros @@ -5,7 +5,7 @@ "target": "v5", "templates": { "EZ-Template": { - "location": "C:\\Users\\union\\AppData\\Roaming\\PROS\\templates\\EZ-Template@3.2.0-rc.2", + "location": "C:\\Users\\union\\AppData\\Roaming\\PROS\\templates\\EZ-Template@3.2.0", "metadata": { "origin": "local" }, @@ -13,21 +13,21 @@ "py/object": "pros.conductor.templates.local_template.LocalTemplate", "supported_kernels": "^4.1.1", "system_files": [ + "include\\EZ-Template\\auton.hpp", "include\\EZ-Template\\drive\\drive.hpp", - "include\\EZ-Template\\api.hpp", - "firmware\\EZ-Template.a", - "include\\EZ-Template\\auton_selector.hpp", "include\\EZ-Template\\piston.hpp", - "include\\EZ-Template\\sdcard.hpp", - "include\\EZ-Template\\auton.hpp", "include\\EZ-Template\\tracking_wheel.hpp", + "include\\EZ-Template\\api.hpp", + "include\\EZ-Template\\PID.hpp", "include\\EZ-Template\\util.hpp", "include\\EZ-Template\\slew.hpp", - "include\\EZ-Template\\PID.hpp" + "include\\EZ-Template\\auton_selector.hpp", + "include\\EZ-Template\\sdcard.hpp", + "firmware\\EZ-Template.a" ], "target": "v5", "user_files": [], - "version": "3.2.0-rc.2" + "version": "3.2.0" }, "kernel": { "location": "C:\\Users\\union\\AppData\\Roaming\\PROS\\templates\\kernel@4.1.1", diff --git a/EZ-Template@3.2.0-rc.2.zip b/EZ-Template@3.2.0.zip similarity index 76% rename from EZ-Template@3.2.0-rc.2.zip rename to EZ-Template@3.2.0.zip index 8ce50e3a..adaecd8f 100644 Binary files a/EZ-Template@3.2.0-rc.2.zip and b/EZ-Template@3.2.0.zip differ diff --git a/Makefile b/Makefile index 980d0269..9a55e939 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ EXCLUDE_COLD_LIBRARIES:= IS_LIBRARY:=1 # TODO: CHANGE THIS! LIBNAME:=EZ-Template -VERSION:=3.2.0-rc.2 +VERSION:=3.2.0 # EXCLUDE_SRC_FROM_LIB= $(SRCDIR)/unpublishedfile.c # this line excludes opcontrol.c and similar files EXCLUDE_SRC_FROM_LIB+=$(foreach file, $(SRCDIR)/autons $(SRCDIR)/main,$(foreach cext,$(CEXTS),$(file).$(cext)) $(foreach cxxext,$(CXXEXTS),$(file).$(cxxext))) diff --git a/version b/version index a9f79769..a4f52a5d 100644 --- a/version +++ b/version @@ -1 +1 @@ -3.2.0-rc.2 \ No newline at end of file +3.2.0 \ No newline at end of file