Skip to content

Commit

Permalink
Bump version number for new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
BioMike committed Jun 28, 2022
1 parent ce99645 commit 293d5a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.69])
define(_CLIENT_VERSION_MAJOR, 2021)
define(_CLIENT_VERSION_MINOR, 01)
define(_CLIENT_VERSION_REVISION, 2)
define(_CLIENT_VERSION_MAJOR, 2022)
define(_CLIENT_VERSION_MINOR, 06)
define(_CLIENT_VERSION_REVISION, 1)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_RC, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2021)
define(_COPYRIGHT_YEAR, 2022)
define(_COPYRIGHT_HOLDERS,[The %s developers])
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Auroracoin]])
define(_BITCOIN_VERSION, [0.19.1])
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* network protocol versioning
*/

static const int PROTOCOL_VERSION = 3020191;
static const int PROTOCOL_VERSION = 3020221;

//! initial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209;
Expand Down

0 comments on commit 293d5a0

Please sign in to comment.