Skip to content

Commit

Permalink
additional settings fields
Browse files Browse the repository at this point in the history
  • Loading branch information
mhendriks committed Jan 10, 2023
1 parent 17a852a commit 71a7615
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions version.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
//The version number conforms to semver.org format
#define _VERSION_MAJOR 3
#define _VERSION_MINOR 5
#define _VERSION_PATCH 3
#define _VERSION_BUILD 1133
#define _VERSION_DATE "12/11/2022"
#define _VERSION_TIME "08:35:43"
#define _VERSION_ONLY "3.5.3"
#define _VERSION_NOBUILD "3.5.3 (12/11/2022)"
#define _VERSION "3.5.3+1133 (12/11/2022)"
#define _VERSION_PATCH 6
#define _VERSION_BUILD 1159
#define _VERSION_DATE "10/01/2023"
#define _VERSION_TIME "00:02:59"
#define _VERSION_ONLY "3.5.6"
#define _VERSION_NOBUILD "3.5.6 (10/01/2023)"
#define _VERSION "3.5.6+1159 (10/01/2023)"
//The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver

0 comments on commit 71a7615

Please sign in to comment.