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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaas Freitag <freitag@owncloud.com>2015-02-13 13:57:05 +0300
committerKlaas Freitag <freitag@owncloud.com>2015-02-13 13:57:05 +0300
commit17570acab20426e71e753f3853a6b2597f3f6075 (patch)
treedb0c8cc6fa0d6c0f34bd27c60d093e2afbd8d1b8
parent4710609cb9a3342ab58c3b2b5f7eebdca79a8861 (diff)
Bump version to 1.8.0beta1v1.8.0-beta1
-rw-r--r--VERSION.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index 1b409e51f..975a78d07 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -4,7 +4,7 @@ set( MIRALL_VERSION_PATCH 0 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )
- set( MIRALL_VERSION_SUFFIX "") #e.g. beta1, beta2, rc1
+ set( MIRALL_VERSION_SUFFIX "beta1") #e.g. beta1, beta2, rc1
endif( NOT DEFINED MIRALL_VERSION_SUFFIX )
if( NOT DEFINED MIRALL_VERSION_BUILD )