Skip to content

Commit

Permalink
Beta 1 Release v3.1.00 for testnet testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cevap committed Jan 22, 2019
1 parent 85809de commit ca7ebbe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
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, 2019)
AC_INIT([Ion Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[www.ioncoin.org],[ion])
AC_CONFIG_SRCDIR([src/main.cpp])
Expand Down
2 changes: 1 addition & 1 deletion snap/gui/ion.desktop
Original file line number Diff line number Diff line change
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
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit ca7ebbe

Please sign in to comment.