Skip to content

Commit

Permalink
Update after release... just version and hash
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdbreemen committed Jan 16, 2022
1 parent b4b8026 commit 5b65be3
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 @@
e9c35e9
b4b8026
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 3
#define _VERSION_BUILD 1635
#define _VERSION_GITHASH "f7968e7"
#define _VERSION_BUILD 1638
#define _VERSION_GITHASH "b4b8026"
//#define _VERSION_PRERELEASE beta //uncomment to define prerelease labels: alpha - beta - rc
#define _VERSION_DATE "16-01-2022"
#define _VERSION_TIME "19:46:38"
#define _VERSION_TIME "21:09:00"
#define _SEMVER_CORE "0.9.3"
#define _SEMVER_BUILD "0.9.3+1635"
#define _SEMVER_GITHASH "0.9.3+f7968e7"
#define _SEMVER_FULL "0.9.3+f7968e7"
#define _SEMVER_BUILD "0.9.3+1638"
#define _SEMVER_GITHASH "0.9.3+b4b8026"
#define _SEMVER_FULL "0.9.3+b4b8026"
#define _SEMVER_NOBUILD "0.9.3 (16-01-2022)"
#define _VERSION "0.9.3+f7968e7 (16-01-2022)"
#define _VERSION "0.9.3+b4b8026 (16-01-2022)"
//The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver

0 comments on commit 5b65be3

Please sign in to comment.