Skip to content

Commit

Permalink
Build: v2.4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmacleod committed Aug 20, 2021
1 parent 4b16d96 commit 988fab8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 2)
define(_CLIENT_VERSION_MINOR, 4)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 5)
define(_CLIENT_VERSION_BUILD, 6)
define(_CLIENT_VERSION_IS_RELEASE, false)
define(_COPYRIGHT_YEAR, 2021)
define(_COPYRIGHT_HOLDERS,[The %s developers])
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/electron_sample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulden-electron-sample",
"version": "2.4.5",
"version": "2.4.6",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Gulden",
"description": "Gulden currency",
"author": "Centure.com BV",
"version": "2.4.5",
"version": "2.4.6",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/lite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Gulden-lite",
"description": "Gulden currency, light/SPV based wallet",
"author": "Centure.com BV",
"version": "2.4.5",
"version": "2.4.6",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
Expand Down

0 comments on commit 988fab8

Please sign in to comment.