Update version to 2.0.1a.

This commit is contained in:
Aloshi 2015-03-08 16:08:54 -05:00
parent da86b618c4
commit 646bede3d9

View file

@ -5,7 +5,7 @@
#define PROGRAM_VERSION_MAJOR 2
#define PROGRAM_VERSION_MINOR 0
#define PROGRAM_VERSION_MAINTENANCE 1
#define PROGRAM_VERSION_STRING "2.0.1"
#define PROGRAM_VERSION_STRING "2.0.1a"
#define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__