From 7f691caced8b18d7d37d173ec5e4d84b5265964a Mon Sep 17 00:00:00 2001 From: Fuzzbawls Date: Tue, 18 Jun 2019 03:34:00 -0700 Subject: [PATCH] PIVX Core v3.3.0 --- configure.ac | 8 ++--- doc/release-notes.md | 76 ++++++++++++++++++++++++++++++++++++++------ 2 files changed, 71 insertions(+), 13 deletions(-) diff --git a/configure.ac b/configure.ac index 54edd4b6f538e..ab36630f0d21c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N) AC_PREREQ([2.60]) define(_CLIENT_VERSION_MAJOR, 3) -define(_CLIENT_VERSION_MINOR, 2) -define(_CLIENT_VERSION_REVISION, 99) +define(_CLIENT_VERSION_MINOR, 3) +define(_CLIENT_VERSION_REVISION, 0) define(_CLIENT_VERSION_BUILD, 0) -define(_CLIENT_VERSION_IS_RELEASE, false) -define(_COPYRIGHT_YEAR, 2018) +define(_CLIENT_VERSION_IS_RELEASE, true) +define(_COPYRIGHT_YEAR, 2019) AC_INIT([Pivx Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[www.pivx.org],[pivx]) AC_CONFIG_SRCDIR([src/main.cpp]) AC_CONFIG_HEADERS([src/config/pivx-config.h]) diff --git a/doc/release-notes.md b/doc/release-notes.md index e15a6af97e305..cbb976840e248 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,6 +1,4 @@ -(note: this is a temporary file, to be added-to by anybody, and moved to release-notes at release time) - -PIVX Core version *version* is now available from: +PIVX Core version *3.3.0* is now available from: This is a new major version release, including various bug fixes and performance improvements, as well as updated translations. @@ -10,6 +8,9 @@ Please report bugs using the issue tracker at github: