build: Set msvc builds's CLIENT_VERSION_IS_RELEASE

Of course, this one was in another place too.

Tree-SHA512: 87784829b1f700dcf5fd22daad0c920cfb25485ae17eff0b3e236513dc543c8643e568f39d418d43ea0eeb330fcac93ab2276cda8253ec6538d01e20d102d10c
pull/764/head
Wladimir J. van der Laan 4 years ago
parent 6cde7bb9b2
commit 80496f9e81
No known key found for this signature in database
GPG Key ID: 1E4AED62986CD25D

@ -12,7 +12,7 @@
#define CLIENT_VERSION_BUILD 0
/* Version is release */
#define CLIENT_VERSION_IS_RELEASE false
#define CLIENT_VERSION_IS_RELEASE true
/* Major version */
#define CLIENT_VERSION_MAJOR 0

Loading…
Cancel
Save