Skip to content

Commit 0c4434c

Browse files
committed
Merge pull request #2652 from gavinandresen/version_0.8.2_final
Set CLIENT_VERSION_IS_RELEASE, bump build to 0.8.2.1
2 parents f1e76e8 + 8ae290d commit 0c4434c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

share/setup.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ CRCCheck on
5151
XPStyle on
5252
BrandingText " "
5353
ShowInstDetails show
54-
VIProductVersion 0.8.2.0
54+
VIProductVersion 0.8.2.1
5555
VIAddVersionKey ProductName Bitcoin
5656
VIAddVersionKey ProductVersion "${VERSION}"
5757
VIAddVersionKey CompanyName "${COMPANY}"

src/clientversion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
#define CLIENT_VERSION_MAJOR 0
1010
#define CLIENT_VERSION_MINOR 8
1111
#define CLIENT_VERSION_REVISION 2
12-
#define CLIENT_VERSION_BUILD 0
12+
#define CLIENT_VERSION_BUILD 1
1313

1414
// Set to true for release, false for prerelease or test build
15-
#define CLIENT_VERSION_IS_RELEASE false
15+
#define CLIENT_VERSION_IS_RELEASE true
1616

1717
// Copyright year (2009-this)
1818
// Todo: update this when changing our copyright comments in the source

0 commit comments

Comments
 (0)