From 841704f14ffc1be75dcafd7782e220b2f18bae90 Mon Sep 17 00:00:00 2001 From: Shariq Shah Date: Wed, 22 Apr 2020 11:13:52 +1000 Subject: [PATCH] Bumped version number --- build/genie.lua | 4 ++-- src/common/version.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/genie.lua b/build/genie.lua index c3036e2..b46f935 100644 --- a/build/genie.lua +++ b/build/genie.lua @@ -59,8 +59,8 @@ solution "Symmetry" trigger = "generate_version_file", description = "Generate version.h from git revision number", execute = function() - local major_version = 0 - local minor_version = 4 + local major_version = 1 + local minor_version = 0 local revision_number = os.outputof("git rev-list --count HEAD") local branch = os.outputof("git rev-parse --abbrev-ref HEAD") diff --git a/src/common/version.h b/src/common/version.h index 4eee68e..ac767e4 100755 --- a/src/common/version.h +++ b/src/common/version.h @@ -2,9 +2,9 @@ #define SYMMETRY_VERSION_FILE /* Auto generated version file. DO NOT MODIFY */ -#define SYMMETRY_VERSION_MAJOR 0 -#define SYMMETRY_VERSION_MINOR 4 -#define SYMMETRY_VERSION_REVISION 377 +#define SYMMETRY_VERSION_MAJOR 1 +#define SYMMETRY_VERSION_MINOR 0 +#define SYMMETRY_VERSION_REVISION 378 #define SYMMETRY_VERSION_BRANCH "dev" #endif \ No newline at end of file