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