Skip to content

Commit

Permalink
v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
proteanx committed Aug 21, 2019
1 parent f3b4333 commit 32284ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ define(_CLIENT_VERSION_MAJOR, 1)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_REVISION, 7)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, false)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2019)
define(_COPYRIGHT_HOLDERS,[The %s developers])
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Bitcoin]])
Expand Down
2 changes: 1 addition & 1 deletion src/config/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set(VERSION_MINOR ${CLIENT_VERSION_MINOR} PARENT_SCOPE)
set(VERSION_REVISION ${CLIENT_VERSION_REVISION} PARENT_SCOPE)
set(VERSION_BUILD ${CLIENT_VERSION_BUILD} PARENT_SCOPE)

option(CLIENT_VERSION_IS_RELEASE "Build a release version" OFF)
option(CLIENT_VERSION_IS_RELEASE "Build a release version" ON)

# Copyright
set(COPYRIGHT_YEAR 2019)
Expand Down

0 comments on commit 32284ef

Please sign in to comment.