Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
Merge Wallet
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
7
Issues
7
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Merge
Merge Wallet
Commits
fe7b4f32
Commit
fe7b4f32
authored
Apr 14, 2019
by
coin-server
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump to 1.0.4
parent
92349bc0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
configure.ac
configure.ac
+1
-1
clientversion.h
src/clientversion.h
+1
-1
No files found.
configure.ac
View file @
fe7b4f32
...
...
@@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 1)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_REVISION,
3
)
define(_CLIENT_VERSION_REVISION,
4
)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, false)
define(_COPYRIGHT_YEAR, 2019)
...
...
src/clientversion.h
View file @
fe7b4f32
...
...
@@ -16,7 +16,7 @@
//! These need to be macros, as clientversion.cpp's and MERGE*-res.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 0
#define CLIENT_VERSION_REVISION
3
#define CLIENT_VERSION_REVISION
4
#define CLIENT_VERSION_BUILD 0
//! Set to true for release, false for prerelease or test build
...
...
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