Skip to content

Commit

Permalink
version en hash updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdbreemen committed Jan 8, 2022
1 parent e9c35e9 commit f9a1c39
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion data/version.hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e4a642c
e9c35e9
14 changes: 7 additions & 7 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
#define _VERSION_MAJOR 0
#define _VERSION_MINOR 9
#define _VERSION_PATCH 2
#define _VERSION_BUILD 1597
#define _VERSION_GITHASH "45997a8"
#define _VERSION_BUILD 1598
#define _VERSION_GITHASH "e9c35e9"
//#define _VERSION_PRERELEASE beta //uncomment to define prerelease labels: alpha - beta - rc
#define _VERSION_DATE "08-01-2022"
#define _VERSION_TIME "12:46:16"
#define _VERSION_TIME "12:53:09"
#define _SEMVER_CORE "0.9.2"
#define _SEMVER_BUILD "0.9.2+1597"
#define _SEMVER_GITHASH "0.9.2+45997a8"
#define _SEMVER_FULL "0.9.2+45997a8"
#define _SEMVER_BUILD "0.9.2+1598"
#define _SEMVER_GITHASH "0.9.2+e9c35e9"
#define _SEMVER_FULL "0.9.2+e9c35e9"
#define _SEMVER_NOBUILD "0.9.2 (08-01-2022)"
#define _VERSION "0.9.2+45997a8 (08-01-2022)"
#define _VERSION "0.9.2+e9c35e9 (08-01-2022)"
//The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver

0 comments on commit f9a1c39

Please sign in to comment.