We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3295cd commit 0a4e67aCopy full SHA for 0a4e67a
share/setup.nsi
@@ -51,7 +51,7 @@ CRCCheck on
51
XPStyle on
52
BrandingText " "
53
ShowInstDetails show
54
-VIProductVersion 0.7.0.2
+VIProductVersion 0.7.0.3
55
VIAddVersionKey ProductName Bitcoin
56
VIAddVersionKey ProductVersion "${VERSION}"
57
VIAddVersionKey CompanyName "${COMPANY}"
src/clientversion.h
@@ -9,7 +9,7 @@
9
#define CLIENT_VERSION_MAJOR 0
10
#define CLIENT_VERSION_MINOR 7
11
#define CLIENT_VERSION_REVISION 0
12
-#define CLIENT_VERSION_BUILD 2
+#define CLIENT_VERSION_BUILD 3
13
14
// Converts the parameter X to a string after macro replacement on X has been performed.
15
// Don't merge these into one macro!
0 commit comments