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