Skip to content

Commit

Permalink
Bump master branch versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
cevap committed Dec 10, 2018
1 parent 060ff86 commit d8d7e2e
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, 00)
define(_CLIENT_VERSION_REVISION, 99)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_CLIENT_VERSION_IS_RELEASE, false)
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Desktop Entry]
Type=Application
Version=v3.1.0-rc6
Version=v3.1.0-master
Encoding=UTF-8
Name=Ion Qt
Icon=${SNAP}/ion128.png
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: ioncoin
version: v3.1.0-rc6
version: v3.1.99-master
summary: peer-to-peer network based digital currency
description: |
ION is an MIT licensed,
Expand Down Expand Up @@ -53,7 +53,7 @@ parts:
ion:
source: https://github.com/cevap/ion
source-type: git
source-tag: v3.1.0-rc6
source-tag: master
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 d8d7e2e

Please sign in to comment.