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
b5a0c962
Commit
b5a0c962
authored
Dec 13, 2018
by
Brannon King
Browse files
bumped version number for pending release
parent
a54f2f4d
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
b5a0c962
...
...
@@ -3,7 +3,7 @@ AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 12)
define(_CLIENT_VERSION_REVISION, 3)
define(_CLIENT_VERSION_BUILD,
0
)
define(_CLIENT_VERSION_BUILD,
1
)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2016)
define(_COPYRIGHT_HOLDERS,[The %s developers])
...
...
src/clientversion.h
View file @
b5a0c962
...
...
@@ -17,7 +17,7 @@
#define CLIENT_VERSION_MAJOR 0
#define CLIENT_VERSION_MINOR 12
#define CLIENT_VERSION_REVISION 3
#define CLIENT_VERSION_BUILD
0
#define CLIENT_VERSION_BUILD
1
//! 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