Skip to content
This repository was archived by the owner on Oct 31, 2018. It is now read-only.

Commit d112e2f

Browse files
version.cpp correction
Update version.cpp for show version 3.2.3.2
1 parent 94ad34a commit d112e2f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/version.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ const std::string CLIENT_NAME("BBK");
3636
// git will put "#define GIT_ARCHIVE 1" on the next line inside archives.
3737
#define GIT_ARCHIVE 1
3838
#ifdef GIT_ARCHIVE
39-
# define GIT_COMMIT_ID ""
40-
# define GIT_COMMIT_DATE "$Format:%cD"
39+
# define GIT_COMMIT_ID "V3.2.3.2"
40+
# define GIT_COMMIT_DATE "Ago 12/2018"
4141
#endif
4242

4343
#define BUILD_DESC_FROM_COMMIT(maj,min,rev,build,commit) \

0 commit comments

Comments
 (0)