File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
22AC_PREREQ ( [ 2.60] )
33define ( _CLIENT_VERSION_MAJOR , 4 )
4- define ( _CLIENT_VERSION_MINOR , 0 )
4+ define ( _CLIENT_VERSION_MINOR , 1 )
55define ( _CLIENT_VERSION_REVISION , 0 )
66define ( _CLIENT_VERSION_BUILD , 0 )
77define ( _CLIENT_VERSION_IS_RELEASE , true )
Original file line number Diff line number Diff line change 1313// Update these four values on every release cycle
1414// These values should match the values in configure.ac
1515// Used for checking the Ravencoin releases on github
16- static const std::string SOFTWARE_VERSION = " v4.0 .0" ;
16+ static const std::string SOFTWARE_VERSION = " v4.1 .0" ;
1717static const int MAIN_SOFTWARE_VERSION = 4 ;
18- static const int SECOND_SOFTWARE_VERSION = 0 ;
18+ static const int SECOND_SOFTWARE_VERSION = 1 ;
1919static const int THIRD_SOFTWARE_VERSION = 0 ;
2020
21- static const int PROTOCOL_VERSION = 70026 ;
21+ static const int PROTOCOL_VERSION = 70027 ;
2222
2323// ! initial proto version, to be increased after version/verack negotiation
2424static const int INIT_PROTO_VERSION = 209 ;
You can’t perform that action at this time.
0 commit comments