Skip to content

Commit e53109a

Browse files
committed
version: prepare to release 2.1
The fixes for -lm and missing CPPFLAGS are sufficient for a minor release.
1 parent b28a85d commit e53109a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

version.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
#define VERSION_H
33

44
#define SCANTOOL_VERSION 2
5-
#define SCANTOOL_SUB_VERSION 0
5+
#define SCANTOOL_SUB_VERSION 1
66
#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 */
7+
#define SCANTOOL_VERSION_STR "2.1"
8+
#define SCANTOOL_VERSION_EX_STR "2.1"
9+
#define SCANTOOL_YEAR_STR "2020"
10+
#define SCANTOOL_DATE 20200314 /* yyyymmdd */
1111

1212
#ifdef ALLEGRO_WINDOWS
1313
#define SCANTOOL_PLATFORM_STR "Windows"

0 commit comments

Comments
 (0)