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-10-31 17:38:35 +0300
committerMarkus Goetz <markus@woboq.com>2019-10-31 17:38:35 +0300
commit0f2eda0069e9be5354240a9a59d3bfbb6ba4d7d2 (patch)
tree5cbd145f7e4b0cd2d8c45fbe69ffb0ce2aa9958a
parent2a434236d1fb9755b5030ef9c98457a27af52104 (diff)
2.6.0-rc4v2.6.0-rc4
-rw-r--r--VERSION.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index 553a0f6ab..f7e24e4cd 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 "rc4") #e.g. beta1, beta2, rc1
endif( NOT DEFINED MIRALL_VERSION_SUFFIX )
if( NOT DEFINED MIRALL_VERSION_BUILD )