Skip to content

Commit

Permalink
ReTrigger snap rebuild for v3.1.00 stable candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
cevap committed Dec 17, 2018
1 parent 2591738 commit ab7b3d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -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, 2018)
AC_INIT([Ion Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[www.ioncore.xyz],[ion])
AC_CONFIG_SRCDIR([src/main.cpp])
Expand Down
2 changes: 1 addition & 1 deletion snap/gui/ion.desktop
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions snap/snapcraft.yaml
@@ -1,5 +1,5 @@
name: ioncoin
version: 3.1.99
version: 3.1.00
summary: peer-to-peer network based digital currency
description: |
ION is an MIT licensed,
Expand Down Expand Up @@ -28,7 +28,7 @@ description: |
Reddit: https://www.reddit.com/r/ionomy/
Facebook: https://facebook.com/ionomy
grade: devel
grade: stable
confinement: strict

apps:
Expand All @@ -53,7 +53,7 @@ parts:
ion:
source: https://github.com/cevap/ion
source-type: git
source-tag: master
source-tag: v3.1.00
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 bitcoin-qt.
Expand Down

0 comments on commit ab7b3d0

Please sign in to comment.