Skip to content

Commit

Permalink
changed version number to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Oskii committed Mar 29, 2018
1 parent 0e52af3 commit 4e0ffa1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config/bitcoin-config.h
Expand Up @@ -18,7 +18,7 @@
#define CLIENT_VERSION_MAJOR 1

/* Minor version */
#define CLIENT_VERSION_MINOR 4
#define CLIENT_VERSION_MINOR 6

/* Build revision */
#define CLIENT_VERSION_REVISION 0
Expand Down Expand Up @@ -319,7 +319,7 @@
#define PACKAGE_NAME "Veggie"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "Veggie 0.1.4"
#define PACKAGE_STRING "Veggie 0.1.6"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "Veggie"
Expand All @@ -328,7 +328,7 @@
#define PACKAGE_URL "https://Veggie.org/"

/* Define to the version of this package. */
#define PACKAGE_VERSION "0.1.4"
#define PACKAGE_VERSION "0.1.6"

/* Define to necessary symbol if this constant uses a non-standard name on
your system. */
Expand Down

0 comments on commit 4e0ffa1

Please sign in to comment.