File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
2
2
AC_PREREQ ( [ 2.60] )
3
3
define ( _CLIENT_VERSION_MAJOR , 3 )
4
4
define ( _CLIENT_VERSION_MINOR , 10 )
5
- define ( _CLIENT_VERSION_REVISION , 0 )
6
- define ( _CLIENT_VERSION_BUILD , 14 )
5
+ define ( _CLIENT_VERSION_REVISION , 1 )
6
+ define ( _CLIENT_VERSION_BUILD , 0 )
7
7
define ( _CLIENT_VERSION_IS_RELEASE , true )
8
8
define ( _COPYRIGHT_YEAR , 2020 )
9
9
AC_INIT ( [ Reddcoin Core] ,
[ _CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION] ,
[ [email protected] ] ,
[ reddcoin] )
Original file line number Diff line number Diff line change 16
16
// ! These need to be macros, as clientversion.cpp's and bitcoin*-res.rc's voodoo requires it
17
17
#define CLIENT_VERSION_MAJOR 3
18
18
#define CLIENT_VERSION_MINOR 10
19
- #define CLIENT_VERSION_REVISION 0
20
- #define CLIENT_VERSION_BUILD 14
19
+ #define CLIENT_VERSION_REVISION 1
20
+ #define CLIENT_VERSION_BUILD 0
21
21
22
22
// ! Set to true for release, false for prerelease or test build
23
23
#define CLIENT_VERSION_IS_RELEASE true
You can’t perform that action at this time.
0 commit comments