From c0474c88083430b3eb14e6e22bc406d2d62e2dcb Mon Sep 17 00:00:00 2001 From: codeofalltrades Date: Wed, 19 May 2021 15:14:57 -0500 Subject: [PATCH] bump version v1.2.2 --- configure.ac | 4 ++-- contrib/gitian-descriptors/gitian-linux.yml | 2 +- contrib/gitian-descriptors/gitian-osx.yml | 2 +- contrib/gitian-descriptors/gitian-win.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index a60bece233..4bc172ef9d 100644 --- a/configure.ac +++ b/configure.ac @@ -3,8 +3,8 @@ AC_PREREQ([2.60]) define(_CLIENT_VERSION_MAJOR, 1) define(_CLIENT_VERSION_MINOR, 2) define(_CLIENT_VERSION_REVISION, 2) -define(_CLIENT_VERSION_BUILD, 99) -define(_CLIENT_VERSION_IS_RELEASE, false) +define(_CLIENT_VERSION_BUILD, 1) +define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2021) define(_COPYRIGHT_HOLDERS,[The %s developers]) define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Veil Core]]) diff --git a/contrib/gitian-descriptors/gitian-linux.yml b/contrib/gitian-descriptors/gitian-linux.yml index 04fe04c0ec..d63898af42 100644 --- a/contrib/gitian-descriptors/gitian-linux.yml +++ b/contrib/gitian-descriptors/gitian-linux.yml @@ -1,5 +1,5 @@ --- -name: "veil-1.2.2.99" +name: "veil-1.2.2.1" enable_cache: true suites: - "bionic" diff --git a/contrib/gitian-descriptors/gitian-osx.yml b/contrib/gitian-descriptors/gitian-osx.yml index dd198dbf5a..bc348aec9b 100644 --- a/contrib/gitian-descriptors/gitian-osx.yml +++ b/contrib/gitian-descriptors/gitian-osx.yml @@ -1,5 +1,5 @@ --- -name: "veil-osx-1.2.2.99" +name: "veil-osx-1.2.2.1" enable_cache: true suites: - "bionic" diff --git a/contrib/gitian-descriptors/gitian-win.yml b/contrib/gitian-descriptors/gitian-win.yml index de6f44e78d..c3f5a0e636 100644 --- a/contrib/gitian-descriptors/gitian-win.yml +++ b/contrib/gitian-descriptors/gitian-win.yml @@ -1,5 +1,5 @@ --- -name: "veil-win-1.2.2.99" +name: "veil-win-1.2.2.1" enable_cache: true suites: - "bionic"