We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0706a79 commit 8111dd9Copy full SHA for 8111dd9
configure.ac
@@ -4,7 +4,7 @@ define(_CLIENT_VERSION_MAJOR, 5)
4
define(_CLIENT_VERSION_MINOR, 4)
5
define(_CLIENT_VERSION_REVISION, 0)
6
define(_CLIENT_VERSION_BUILD, 0)
7
-define(_CLIENT_VERSION_RC, 1)
+define(_CLIENT_VERSION_RC, 2)
8
define(_CLIENT_VERSION_IS_RELEASE, true)
9
define(_COPYRIGHT_YEAR, 2021)
10
AC_INIT([PIVX Core],m4_join([.], _CLIENT_VERSION_MAJOR, _CLIENT_VERSION_MINOR, _CLIENT_VERSION_REVISION, m4_if(_CLIENT_VERSION_BUILD, [0], [], _CLIENT_VERSION_BUILD))m4_if(_CLIENT_VERSION_RC, [0], [], [rc]_CLIENT_VERSION_RC),[https://github.com/pivx-project/pivx/issues],[pivx],[https://www.pivx.org/])
0 commit comments