Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
crown-core
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tom Bradshaw
crown-core
Commits
32b76c34
Commit
32b76c34
authored
Jul 12, 2018
by
Volodymyr Shamray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update version, set "is release" to true
parent
bc7500b2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
configure.ac
configure.ac
+2
-2
clientversion.cpp
src/clientversion.cpp
+1
-1
clientversion.h
src/clientversion.h
+1
-1
No files found.
configure.ac
View file @
32b76c34
...
...
@@ -4,9 +4,9 @@ define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 12)
define(_CLIENT_VERSION_REVISION, 5)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE,
fals
e)
define(_CLIENT_VERSION_IS_RELEASE,
tru
e)
define(_COPYRIGHT_YEAR, 2018)
AC_INIT([Crown
Test-RC3
],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[info@crown.tech],[crown])
AC_INIT([Crown
Core
],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[info@crown.tech],[crown])
AC_CONFIG_SRCDIR([src/main.cpp])
AC_CONFIG_HEADERS([src/config/crown-config.h])
AC_CONFIG_AUX_DIR([build-aux])
...
...
src/clientversion.cpp
View file @
32b76c34
...
...
@@ -13,7 +13,7 @@
* for both crownd and crown-qt, to make it harder for attackers to
* target servers or GUI users specifically.
*/
const
std
::
string
CLIENT_NAME
(
"Crown
Test-RC3
"
);
const
std
::
string
CLIENT_NAME
(
"Crown
Core
"
);
/**
* Client version number
...
...
src/clientversion.h
View file @
32b76c34
...
...
@@ -20,7 +20,7 @@
#define CLIENT_VERSION_BUILD 0
//! Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE
fals
e
#define CLIENT_VERSION_IS_RELEASE
tru
e
/**
* Copyright year (2009-this)
...
...
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