diff --git a/configure.ac b/configure.ac index 991f80ac6..499b6f88c 100644 --- a/configure.ac +++ b/configure.ac @@ -2,9 +2,9 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N) AC_PREREQ([2.60]) define(_CLIENT_VERSION_MAJOR, 3) define(_CLIENT_VERSION_MINOR, 1) -define(_CLIENT_VERSION_REVISION, 99) +define(_CLIENT_VERSION_REVISION, 00) define(_CLIENT_VERSION_BUILD, 0) -define(_CLIENT_VERSION_IS_RELEASE, false) +define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2019) AC_INIT([Ion Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[www.ioncoin.org],[ion]) AC_CONFIG_SRCDIR([src/main.cpp]) diff --git a/snap/gui/ion.desktop b/snap/gui/ion.desktop index edeb2d515..8c462f2d0 100644 --- a/snap/gui/ion.desktop +++ b/snap/gui/ion.desktop @@ -2,7 +2,7 @@ [Desktop Entry] Type=Application -Version=3.1.99 +Version=3.1.00 Encoding=UTF-8 Name=Ion Qt Icon=${SNAP}/ion-qt.ico diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index fe01ea9de..3d073951d 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: ioncore -version: 3.1.99 +version: 3.1.00-beta1 summary: gaming related peer-to-peer network based digital currency description: | Ion Core is an MIT licensed, @@ -56,7 +56,7 @@ parts: ion: source: https://github.com/ioncoincore/ion source-type: git - source-tag: master + source-tag: v3.1.00-beta1 plugin: autotools # We don't want to copy the full blockchain every time that the snap is # updated, but there's no way to define a default data dir in ion-qt.