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
451f4b4a
Unverified
Commit
451f4b4a
authored
Oct 15, 2018
by
kay kurokawa
Browse files
bumped release version to 0.12.2.3
parent
d5db27b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
451f4b4a
...
...
@@ -3,7 +3,7 @@ AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 12)
define(_CLIENT_VERSION_REVISION, 2)
define(_CLIENT_VERSION_BUILD,
2
)
define(_CLIENT_VERSION_BUILD,
3
)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2016)
define(_COPYRIGHT_HOLDERS,[The %s developers])
...
...
src/clientversion.h
View file @
451f4b4a
...
...
@@ -17,7 +17,7 @@
#define CLIENT_VERSION_MAJOR 0
#define CLIENT_VERSION_MINOR 12
#define CLIENT_VERSION_REVISION 2
#define CLIENT_VERSION_BUILD
2
#define CLIENT_VERSION_BUILD
3
//! 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