Skip to content

Commit 63e0e30

Browse files
authored
bump version to 0.12.2.3 (#1827)
* bump version to 0.12.2.3 * bump version in Doxyfile
1 parent 8506678 commit 63e0e30

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ AC_PREREQ([2.60])
33
define(_CLIENT_VERSION_MAJOR, 0)
44
define(_CLIENT_VERSION_MINOR, 12)
55
define(_CLIENT_VERSION_REVISION, 2)
6-
define(_CLIENT_VERSION_BUILD, 2)
6+
define(_CLIENT_VERSION_BUILD, 3)
77
define(_CLIENT_VERSION_IS_RELEASE, true)
88
define(_COPYRIGHT_YEAR, 2017)
99
AC_INIT([Dash Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/dashpay/dash/issues],[dashcore])

doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ PROJECT_NAME = "Dash Core"
3434
# This could be handy for archiving the generated documentation or
3535
# if some version control system is used.
3636

37-
PROJECT_NUMBER = 0.12.1
37+
PROJECT_NUMBER = 0.12.2.3
3838

3939
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4040
# for a project that appears at the top of each page and should give viewer

src/clientversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#define CLIENT_VERSION_MAJOR 0
1818
#define CLIENT_VERSION_MINOR 12
1919
#define CLIENT_VERSION_REVISION 2
20-
#define CLIENT_VERSION_BUILD 2
20+
#define CLIENT_VERSION_BUILD 3
2121

2222
//! Set to true for release, false for prerelease or test build
2323
#define CLIENT_VERSION_IS_RELEASE true

0 commit comments

Comments
 (0)