Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
fidelcompos
crown-core
Commits
a1fe5ed0
Commit
a1fe5ed0
authored
6 years ago
by
Ashot
Browse files
Options
Download
Email Patches
Plain Diff
Bump build version (0.12.4.1)
parent
0a042114
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configure.ac
+1
-1
configure.ac
src/clientversion.h
+1
-1
src/clientversion.h
with
2 additions
and
2 deletions
+2
-2
configure.ac
View file @
a1fe5ed0
...
...
@@ -3,7 +3,7 @@ AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 12)
define(_CLIENT_VERSION_REVISION, 4)
define(_CLIENT_VERSION_BUILD,
0
)
define(_CLIENT_VERSION_BUILD,
1
)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2018)
AC_INIT([Crown Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[info@crown.tech],[crown])
...
...
This diff is collapsed.
Click to expand it.
src/clientversion.h
View file @
a1fe5ed0
...
...
@@ -17,7 +17,7 @@
#define CLIENT_VERSION_MAJOR 0
#define CLIENT_VERSION_MINOR 12
#define CLIENT_VERSION_REVISION 4
#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
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help