Skip to content

Commit

Permalink
Update version.h.in
Browse files Browse the repository at this point in the history
  • Loading branch information
dynexcoin authored Oct 28, 2023
1 parent ea676a1 commit a760833
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/version.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

#define CN_PROJECT_NAME "Dynex"
#define CN_PROJECT_SITE "https://dynexcoin.org"
#define CN_PROJECT_COPYRIGHT "Copyright 2017-2022, Dynex Developers"
#define CN_PROJECT_COPYRIGHT "Copyright 2017-2023, Dynex Developers"
#define CN_VER_MAJOR 2
#define CN_VER_MINOR 2
#define CN_VER_REV 2
#define CN_VER_BUILD 20221218
#define CN_VER_REMARK "#mandatory"
#define CN_VER_BUILD 20231028
#define CN_VER_REMARK "#"
#define CN_PROJECT_VERSION STR(CN_VER_MAJOR) "." STR(CN_VER_MINOR) "." STR(CN_VER_REV)
#define CN_PROJECT_VERSION_BUILD_NO STR(CN_VER_BUILD)

Expand Down

0 comments on commit a760833

Please sign in to comment.