Skip to content

Commit

Permalink
Update version.hash
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdbreemen committed May 30, 2022
1 parent 4eb7d24 commit 960aed0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion data/version.hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f009cfe
4eb7d24
18 changes: 9 additions & 9 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 5
#define _VERSION_BUILD 1685
#define _VERSION_GITHASH "c145f64"
#define _VERSION_BUILD 1686
#define _VERSION_GITHASH "4eb7d24"
//#define _VERSION_PRERELEASE beta //uncomment to define prerelease labels: alpha - beta - rc
#define _VERSION_DATE "28-05-2022"
#define _VERSION_TIME "10:30:51"
#define _VERSION_DATE "30-05-2022"
#define _VERSION_TIME "08:35:01"
#define _SEMVER_CORE "0.9.5"
#define _SEMVER_BUILD "0.9.5+1685"
#define _SEMVER_GITHASH "0.9.5+c145f64"
#define _SEMVER_FULL "0.9.5+c145f64"
#define _SEMVER_NOBUILD "0.9.5 (28-05-2022)"
#define _VERSION "0.9.5+c145f64 (28-05-2022)"
#define _SEMVER_BUILD "0.9.5+1686"
#define _SEMVER_GITHASH "0.9.5+4eb7d24"
#define _SEMVER_FULL "0.9.5+4eb7d24"
#define _SEMVER_NOBUILD "0.9.5 (30-05-2022)"
#define _VERSION "0.9.5+4eb7d24 (30-05-2022)"
//The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver

0 comments on commit 960aed0

Please sign in to comment.