Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
scificrypto committed Mar 24, 2019
1 parent 94d29ee commit db58dc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ 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 "f96a5a"
# define GIT_COMMIT_DATE "$Format:%cD"
# define GIT_COMMIT_ID ""
# define GIT_COMMIT_DATE "23 Mar 2019"
#endif

#define BUILD_DESC_FROM_COMMIT(maj,min,rev,build,commit) \
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#define CLIENT_VERSION_MAJOR 2
#define CLIENT_VERSION_MINOR 4
#define CLIENT_VERSION_REVISION 1
#define CLIENT_VERSION_REVISION 2
#define CLIENT_VERSION_BUILD 0

// Converts the parameter X to a string after macro replacement on X has been performed.
Expand Down

0 comments on commit db58dc5

Please sign in to comment.