aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-10-09 22:57:15 +0200
committerRiccardo Spagni <ric@spagni.net>2018-10-09 22:57:15 +0200
commite0f4606a72376a42e0e3449371d50c7cfe5ca314 (patch)
treee2093584c8cde17638171e79c204986aff7bc9f5
parentupdate version for release (diff)
downloadmonero-e0f4606a72376a42e0e3449371d50c7cfe5ca314.tar.xz
remove -release from the version string
-rw-r--r--src/version.cpp.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.cpp.in b/src/version.cpp.in
index a6a9db483..db11382da 100644
--- a/src/version.cpp.in
+++ b/src/version.cpp.in
@@ -1,5 +1,5 @@
#define DEF_MONERO_VERSION_TAG "@VERSIONTAG@"
-#define DEF_MONERO_VERSION "0.13.0.2-release"
+#define DEF_MONERO_VERSION "0.13.0.2"
#define DEF_MONERO_RELEASE_NAME "Beryllium Bullet"
#define DEF_MONERO_VERSION_FULL DEF_MONERO_VERSION "-" DEF_MONERO_VERSION_TAG