Skip to content

Commit

Permalink
Build: v2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmacleod committed Mar 11, 2022
1 parent 341dc2b commit d920181
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -3,7 +3,7 @@ AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 2)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 5)
define(_CLIENT_VERSION_BUILD, 7)
define(_CLIENT_VERSION_IS_RELEASE, false)
define(_COPYRIGHT_YEAR, 2020)
define(_COPYRIGHT_HOLDERS,[The %s developers])
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-linux.yml
@@ -1,5 +1,5 @@
---
name: "Florin-linux-2.0.5"
name: "Florin-linux-2.0.7"
enable_cache: true
distro: "ubuntu"
suites:
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-osx.yml
@@ -1,5 +1,5 @@
---
name: "Florin-osx-2.0.5"
name: "Florin-osx-2.0.7"
enable_cache: true
distro: "ubuntu"
suites:
Expand Down
2 changes: 1 addition & 1 deletion contrib/gitian-descriptors/gitian-win.yml
@@ -1,5 +1,5 @@
---
name: "Florin-win-2.0.5"
name: "Florin-win-2.0.7"
enable_cache: true
distro: "ubuntu"
sudo: true
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/electron/package.json
@@ -1,6 +1,6 @@
{
"name": "florin",
"version": "2.0.5",
"version": "2.0.7",
"description": "Florin currency",
"author": "Malcolm MacLeod",
"license": "Gulden",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/electron_sample/package.json
@@ -1,6 +1,6 @@
{
"name": "gulden-electron-sample",
"version": "2.0.5",
"version": "2.0.7",
"description": "A minimal Electron application using Gulden unified backend",
"author": "Malcolm MacLeod",
"license": "Gulden",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/electron_vue/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "Florin",
"description": "Florin currency",
"author": "Centure.com BV",
"version": "2.0.5",
"version": "2.0.7",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
Expand Down

0 comments on commit d920181

Please sign in to comment.