Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
scificrypto committed Feb 1, 2019
1 parent 40cfb92 commit 2274f9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/clientversion.h
Expand Up @@ -8,7 +8,7 @@
// These need to be macros, as version.cpp's and Cubits-qt.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 2
#define CLIENT_VERSION_MINOR 1
#define CLIENT_VERSION_REVISION 5
#define CLIENT_VERSION_REVISION 6
#define CLIENT_VERSION_BUILD 0

// Converts the parameter X to a string after macro replacement on X has been performed.
Expand Down
2 changes: 1 addition & 1 deletion src/version.cpp
Expand Up @@ -56,7 +56,7 @@ const std::string CLIENT_NAME("Cubits");

#ifndef BUILD_DATE
# ifdef GIT_COMMIT_DATE
# define BUILD_DATE "Sep 14, 2018"
# define BUILD_DATE "Feb 1, 2019"
# else
# define BUILD_DATE __DATE__ ", " __TIME__
# endif
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Expand Up @@ -47,7 +47,7 @@ static const int MEMPOOL_GD_VERSION = 60002;

#define DISPLAY_VERSION_MAJOR 2
#define DISPLAY_VERSION_MINOR 1
#define DISPLAY_VERSION_REVISION 5
#define DISPLAY_VERSION_REVISION 6
#define DISPLAY_VERSION_BUILD 0

#endif

0 comments on commit 2274f9f

Please sign in to comment.