1.9.4.1 Version bump

This commit is contained in:
cygnus 2017-09-27 19:09:13 -04:00
parent 62b7b4d1e5
commit e6d6042922
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
// These need to be macros, as version.cpp's and curecoin-qt.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 9
#define CLIENT_VERSION_REVISION 3
#define CLIENT_VERSION_REVISION 4
#define CLIENT_VERSION_BUILD 1
// Converts the parameter X to a string after macro replacement on X has been performed.

View File

@ -46,7 +46,7 @@ static const int MEMPOOL_GD_VERSION = 60002;
#define DISPLAY_VERSION_MAJOR 1
#define DISPLAY_VERSION_MINOR 9
#define DISPLAY_VERSION_REVISION 3
#define DISPLAY_VERSION_REVISION 4
#define DISPLAY_VERSION_BUILD 1
#endif