We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 245e658 commit 58b8887Copy full SHA for 58b8887
configure.ac
@@ -4,8 +4,8 @@ define(_CLIENT_VERSION_MAJOR, 3)
4
define(_CLIENT_VERSION_MINOR, 0)
5
define(_CLIENT_VERSION_REVISION, 1)
6
define(_CLIENT_VERSION_BUILD, 0)
7
-define(_CLIENT_VERSION_RC, 1)
8
-define(_CLIENT_VERSION_IS_RELEASE, false)
+define(_CLIENT_VERSION_RC, 0)
+define(_CLIENT_VERSION_IS_RELEASE, true)
9
define(_COPYRIGHT_YEAR, 2020)
10
define(_COPYRIGHT_HOLDERS,[The %s developers])
11
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[LitecoinZ Core]])
0 commit comments