We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b28a85d commit e53109aCopy full SHA for e53109a
version.h
@@ -2,12 +2,12 @@
2
#define VERSION_H
3
4
#define SCANTOOL_VERSION 2
5
-#define SCANTOOL_SUB_VERSION 0
+#define SCANTOOL_SUB_VERSION 1
6
#define SCANTOOL_WIP_VERSION 0
7
-#define SCANTOOL_VERSION_STR "2.0"
8
-#define SCANTOOL_VERSION_EX_STR "2.0"
9
-#define SCANTOOL_YEAR_STR "2019"
10
-#define SCANTOOL_DATE 20190311 /* yyyymmdd */
+#define SCANTOOL_VERSION_STR "2.1"
+#define SCANTOOL_VERSION_EX_STR "2.1"
+#define SCANTOOL_YEAR_STR "2020"
+#define SCANTOOL_DATE 20200314 /* yyyymmdd */
11
12
#ifdef ALLEGRO_WINDOWS
13
#define SCANTOOL_PLATFORM_STR "Windows"
0 commit comments