Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lbry
lbrycrd
Commits
9fbed570
Commit
9fbed570
authored
Dec 06, 2018
by
kay kurokawa
Committed by
Kay Kurokawa
Dec 06, 2018
Browse files
bumped release version to 0.12.3.0
parent
30a517dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
9fbed570
...
...
@@ -2,8 +2,8 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 12)
define(_CLIENT_VERSION_REVISION,
2
)
define(_CLIENT_VERSION_BUILD,
3
)
define(_CLIENT_VERSION_REVISION,
3
)
define(_CLIENT_VERSION_BUILD,
0
)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2016)
define(_COPYRIGHT_HOLDERS,[The %s developers])
...
...
src/clientversion.h
View file @
9fbed570
...
...
@@ -16,8 +16,8 @@
//! These need to be macros, as clientversion.cpp's and bitcoin*-res.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 0
#define CLIENT_VERSION_MINOR 12
#define CLIENT_VERSION_REVISION
2
#define CLIENT_VERSION_BUILD
3
#define CLIENT_VERSION_REVISION
3
#define CLIENT_VERSION_BUILD
0
//! Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment