Skip to content

Commit

Permalink
Update version.h
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdbreemen committed Feb 10, 2021
1 parent b2f40b5 commit 679d0ff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
#define _VERSION_MAJOR 0
#define _VERSION_MINOR 7
#define _VERSION_PATCH 5
#define _VERSION_BUILD 585
#define _VERSION_BUILD 586
//#define _VERSION_PRERELEASE beta //uncomment to define prerelease labels: alpha - beta - rc
#define _VERSION_DATE "10-02-2021"
#define _VERSION_TIME "01:46:32"
#define _VERSION_TIME "21:05:58"
#define _SEMVER_CORE "0.7.5"
#define _SEMVER_BUILD "0.7.5+585"
#define _SEMVER_FULL "0.7.5+585"
#define _SEMVER_BUILD "0.7.5+586"
#define _SEMVER_FULL "0.7.5+586"
#define _SEMVER_NOBUILD "0.7.5 (10-02-2021)"
#define _VERSION "0.7.5+585 (10-02-2021)"
#define _VERSION "0.7.5+586 (10-02-2021)"
//The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver

0 comments on commit 679d0ff

Please sign in to comment.