Browse Source

Remove -beta suffix

It conflicts with our normal naming of releases/builds. Fixes #4221.
0.10
Wladimir J. van der Laan 10 years ago
parent
commit
e5ee8f016e
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 2
      src/version.cpp

2
src/version.cpp

@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@
const std::string CLIENT_NAME("Satoshi");
// Client version number
#define CLIENT_VERSION_SUFFIX "-beta"
#define CLIENT_VERSION_SUFFIX ""
// The following part of the code determines the CLIENT_BUILD variable.

Loading…
Cancel
Save