Merge pull request #11 from bitspill/versionBump

bump version and copyright year
This commit is contained in:
bitspill 2019-04-04 13:17:28 -07:00 committed by GitHub
commit 6af88ae751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

@ -2,10 +2,10 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 15)
define(_CLIENT_VERSION_REVISION, 1)
define(_CLIENT_VERSION_BUILD, 1)
define(_CLIENT_VERSION_REVISION, 2)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2018)
define(_COPYRIGHT_YEAR, 2019)
define(_COPYRIGHT_HOLDERS,[The %s developers])
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[FLO Core]])
AC_INIT([FLO Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/floblockchain/flo/issues],[flo],[https://flo.cash/])

View File

@ -1,5 +1,5 @@
---
name: "flo-linux-0.15"
name: "flo-linux-0.15.2.0"
enable_cache: true
suites:
- "trusty"

View File

@ -1,5 +1,5 @@
---
name: "flo-osx-0.15"
name: "flo-osx-0.15.2.0"
enable_cache: true
suites:
- "trusty"

View File

@ -1,5 +1,5 @@
---
name: "flo-win-0.15"
name: "flo-win-0.15.2.0"
enable_cache: true
suites:
- "trusty"