Skip to content

Commit

Permalink
Bump version to 1.4.0 (bitcoin#1242)
Browse files Browse the repository at this point in the history
While at it mark the current version as a prerelease (it should be
always like that for the dev branch).
  • Loading branch information
sickpig authored and gandrewstone committed Aug 7, 2018
1 parent 5922668 commit 0086fe9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/clientversion.h
Expand Up @@ -16,12 +16,12 @@

//! These need to be macros, as clientversion.cpp's and bitcoin*-res.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 3
#define CLIENT_VERSION_MINOR 4
#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_BUILD 1 // BU set version 99 to indicate an unreleased version
#define CLIENT_VERSION_BUILD 99 // BU set version 99 to indicate an unreleased version

//! Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE true
#define CLIENT_VERSION_IS_RELEASE false

/**
* Copyright year (2009-this)
Expand Down

0 comments on commit 0086fe9

Please sign in to comment.