We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18e019b commit 8edfc56Copy full SHA for 8edfc56
configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ([2.60])
3
define(_CLIENT_VERSION_MAJOR, 1)
4
define(_CLIENT_VERSION_MINOR, 4)
5
define(_CLIENT_VERSION_REVISION, 0)
6
-define(_CLIENT_VERSION_BUILD, 1)
+define(_CLIENT_VERSION_BUILD, 2)
7
define(_CLIENT_VERSION_IS_RELEASE, true)
8
define(_COPYRIGHT_YEAR, 2019)
9
define(_COPYRIGHT_HOLDERS,[The %s developers])
src/clientversion.h
@@ -17,7 +17,7 @@
17
#define CLIENT_VERSION_MAJOR 1
18
#define CLIENT_VERSION_MINOR 4
19
#define CLIENT_VERSION_REVISION 0
20
-#define CLIENT_VERSION_BUILD 1
+#define CLIENT_VERSION_BUILD 2
21
22
//! Set to true for release, false for prerelease or test build
23
#define CLIENT_VERSION_IS_RELEASE true
0 commit comments