From 4406854edb07ce7b0fec5156be8f710ff6acb5c9 Mon Sep 17 00:00:00 2001 From: RocketRobz Date: Thu, 8 Sep 2022 15:26:05 -0600 Subject: [PATCH] Bump version number for release --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bbcee73..cca91b8 100644 --- a/Makefile +++ b/Makefile @@ -28,8 +28,8 @@ endif #--------------------------------------------------------------------------------- VERSION_MAJOR := 3 -VERSION_MINOR := 2 -VERSION_MICRO := 1 +VERSION_MINOR := 3 +VERSION_MICRO := 0 #--------------------------------------------------------------------------------- # TARGET is the name of the output # BUILD is the directory where object files & intermediate files will be placed