Skip to content

Commit

Permalink
v1.1 version.cpp & clientversion.h
Browse files Browse the repository at this point in the history
  • Loading branch information
presstab committed May 7, 2014
1 parent f96a5ad commit 4e16e4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

// These need to be macros, as version.cpp's and tekcoin-qt.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 9
#define CLIENT_VERSION_REVISION 1
#define CLIENT_VERSION_MINOR 1
#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_BUILD 0

// Converts the parameter X to a string after macro replacement on X has been performed.
Expand Down
4 changes: 2 additions & 2 deletions src/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const std::string CLIENT_NAME("tekcoin");
// git will put "#define GIT_ARCHIVE 1" on the next line inside archives.
#define GIT_ARCHIVE 1
#ifdef GIT_ARCHIVE
# define GIT_COMMIT_ID "99999"
# define GIT_COMMIT_ID "f96a5a"
# define GIT_COMMIT_DATE "$Format:%cD"
#endif

Expand All @@ -56,7 +56,7 @@ const std::string CLIENT_NAME("tekcoin");

#ifndef BUILD_DATE
# ifdef GIT_COMMIT_DATE
# define BUILD_DATE "July 4, 2013"
# define BUILD_DATE "May 7, 2014"
# else
# define BUILD_DATE __DATE__ ", " __TIME__
# endif
Expand Down

0 comments on commit 4e16e4e

Please sign in to comment.