Skip to content

Commit

Permalink
Revert "build: Set CLIENT_VERSION_IS_RELEASE to false"
Browse files Browse the repository at this point in the history
This reverts commit 472a335.
  • Loading branch information
lateminer committed Feb 11, 2024
1 parent 016dd32 commit 987f758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ define(_CLIENT_VERSION_MAJOR, 26)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_RC, 0)
define(_CLIENT_VERSION_IS_RELEASE, false)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2024)
define(_COPYRIGHT_HOLDERS,[The %s developers])
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Blackcoin More]])
Expand Down

0 comments on commit 987f758

Please sign in to comment.