Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Goetz <markus@woboq.com>2017-09-23 14:48:48 +0300
committerMarkus Goetz <markus@woboq.com>2017-09-27 17:23:34 +0300
commit2df74fd9d7ba9ca2473ac5d851b0b565b259d398 (patch)
tree0167d440fa401774a0ed0eb74894283a511ab752 /version.h.in
parentd68b07dfc7225e4d5e7ed6649ef239ea6c7edf65 (diff)
Updater: Rudimentary support for beta channel
So we can get people update from our alpha to the beta and rc
Diffstat (limited to 'version.h.in')
-rw-r--r--version.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/version.h.in b/version.h.in
index 064309f52..e96ba1fe0 100644
--- a/version.h.in
+++ b/version.h.in
@@ -30,6 +30,8 @@
#define MIRALL_VERSION_PATCH @MIRALL_VERSION_PATCH@
#define MIRALL_VERSION_BUILD @MIRALL_VERSION_BUILD@
+#define MIRALL_VERSION_SUFFIX @MIRALL_VERSION_SUFFIX@
+
#define MIRALL_VERSION @MIRALL_VERSION@
#define MIRALL_VERSION_FULL @MIRALL_VERSION_FULL@