bumped version to windows version

This commit is contained in:
Hadis Kakanejadi Fard 2017-01-26 15:16:03 -08:00 committed by GitHub
parent 29931a8546
commit 2bcf972731

View file

@ -21,8 +21,8 @@
#define TOSTRING(a) #a
#define SQLVERSION_MAJOR 4
#define SQLVERSION_MINOR 0
#define SQLVERSION_RELEASE 8
#define SQLVERSION_MINOR 1
#define SQLVERSION_RELEASE 5
#define SQLVERSION_BUILD 0
#define VER_FILEVERSION_STR STRINGIFY( SQLVERSION_MAJOR ) "." STRINGIFY( SQLVERSION_MINOR ) "." STRINGIFY( SQLVERSION_RELEASE ) "." STRINGIFY( SQLVERSION_BUILD )