Skip to content

Commit 80496f9

Browse files
committed
build: Set msvc builds's CLIENT_VERSION_IS_RELEASE
Of course, this one was in another place too. Tree-SHA512: 87784829b1f700dcf5fd22daad0c920cfb25485ae17eff0b3e236513dc543c8643e568f39d418d43ea0eeb330fcac93ab2276cda8253ec6538d01e20d102d10c
1 parent 6cde7bb commit 80496f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_msvc/bitcoin_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#define CLIENT_VERSION_BUILD 0
1313

1414
/* Version is release */
15-
#define CLIENT_VERSION_IS_RELEASE false
15+
#define CLIENT_VERSION_IS_RELEASE true
1616

1717
/* Major version */
1818
#define CLIENT_VERSION_MAJOR 0

0 commit comments

Comments
 (0)