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
Josh Wilcox
crown-core
Commits
8fe4f45d
Commit
8fe4f45d
authored
6 years ago
by
Volodymyr Shamray
Browse files
Options
Download
Email Patches
Plain Diff
Update user-agent
parent
abad36cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configure.ac
+1
-1
configure.ac
src/clientversion.cpp
+1
-1
src/clientversion.cpp
with
2 additions
and
2 deletions
+2
-2
configure.ac
View file @
8fe4f45d
...
...
@@ -6,7 +6,7 @@ define(_CLIENT_VERSION_REVISION, 5)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, false)
define(_COPYRIGHT_YEAR, 2018)
AC_INIT([Crown Test-Alpha
3
],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[info@crown.tech],[crown])
AC_INIT([Crown Test-Alpha
4
],[_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])
...
...
This diff is collapsed.
Click to expand it.
src/clientversion.cpp
View file @
8fe4f45d
...
...
@@ -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-Alpha
3
"
);
const
std
::
string
CLIENT_NAME
(
"Crown Test-Alpha
4
"
);
/**
* Client version number
...
...
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