Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
STM0x0 committed Jun 26, 2018
1 parent b4d5212 commit 1434e53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clientversion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ const std::string CLIENT_NAME("Stim Core");
//! git will put "#define GIT_ARCHIVE 1" on the next line inside archives.
#define GIT_ARCHIVE 1
#ifdef GIT_ARCHIVE
#define GIT_COMMIT_ID "23658f9"
#define GIT_COMMIT_DATE "Mon, 4 Jun 2018 12:12:23 -0400"
#define GIT_COMMIT_ID "b4d5212"
#define GIT_COMMIT_DATE "Tue, 26 Jun 2018 11:14:26 -0400"
#endif

#define BUILD_DESC_WITH_SUFFIX(maj, min, rev, build, suffix) \
Expand Down

0 comments on commit 1434e53

Please sign in to comment.