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>2019-08-01 13:51:17 +0300
committerMarkus Goetz <markus@woboq.com>2019-08-01 13:51:17 +0300
commitde5151e9ad391754b6d1ccf6e5c68936c2036999 (patch)
tree5d0498d99291f4c74ef15ab849a1cd1f51e72d22
parented0002b39fb054854e5f4358a37eb99c16f2241c (diff)
VERSION.cmake: 2.6.0-beta1v2.6.0-beta1
-rw-r--r--VERSION.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index 553a0f6ab..3c69d5fe3 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -5,7 +5,7 @@ set( MIRALL_VERSION_YEAR 2019 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )
- set( MIRALL_VERSION_SUFFIX "git") #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 )