File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
cmake_minimum_required (VERSION 3.18 )
10
10
11
11
project ("Gridcoin"
12
- VERSION 5.4.5.4
12
+ VERSION 5.4.6.0
13
13
DESCRIPTION "POS-based cryptocurrency that rewards BOINC computation"
14
14
HOMEPAGE_URL "https://gridcoin.us"
15
15
LANGUAGES ASM C CXX
16
16
)
17
17
18
- set (CLIENT_VERSION_IS_RELEASE "false " )
19
- set (COPYRIGHT_YEAR "2023 " )
18
+ set (CLIENT_VERSION_IS_RELEASE "true " )
19
+ set (COPYRIGHT_YEAR "2024 " )
20
20
set (COPYRIGHT_HOLDERS_FINAL "The Gridcoin developers" )
21
21
22
22
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
2
2
AC_PREREQ ( [ 2.60] )
3
3
define ( _CLIENT_VERSION_MAJOR , 5 )
4
4
define ( _CLIENT_VERSION_MINOR , 4 )
5
- define ( _CLIENT_VERSION_REVISION , 5 )
6
- define ( _CLIENT_VERSION_BUILD , 6 )
7
- define ( _CLIENT_VERSION_IS_RELEASE , false )
5
+ define ( _CLIENT_VERSION_REVISION , 6 )
6
+ define ( _CLIENT_VERSION_BUILD , 0 )
7
+ define ( _CLIENT_VERSION_IS_RELEASE , true )
8
8
define ( _COPYRIGHT_YEAR , 2024 )
9
9
define ( _COPYRIGHT_HOLDERS ,[ The %s developers] )
10
10
define ( _COPYRIGHT_HOLDERS_SUBSTITUTION ,[ [ Gridcoin] ] )
You can’t perform that action at this time.
0 commit comments