Skip to content

Commit 71a7615

Browse files
committed
additional settings fields
1 parent 17a852a commit 71a7615

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

version.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
//The version number conforms to semver.org format
22
#define _VERSION_MAJOR 3
33
#define _VERSION_MINOR 5
4-
#define _VERSION_PATCH 3
5-
#define _VERSION_BUILD 1133
6-
#define _VERSION_DATE "12/11/2022"
7-
#define _VERSION_TIME "08:35:43"
8-
#define _VERSION_ONLY "3.5.3"
9-
#define _VERSION_NOBUILD "3.5.3 (12/11/2022)"
10-
#define _VERSION "3.5.3+1133 (12/11/2022)"
4+
#define _VERSION_PATCH 6
5+
#define _VERSION_BUILD 1159
6+
#define _VERSION_DATE "10/01/2023"
7+
#define _VERSION_TIME "00:02:59"
8+
#define _VERSION_ONLY "3.5.6"
9+
#define _VERSION_NOBUILD "3.5.6 (10/01/2023)"
10+
#define _VERSION "3.5.6+1159 (10/01/2023)"
1111
//The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver

0 commit comments

Comments
 (0)