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:
authorCamila San <hello@camila.codes>2019-02-05 14:02:55 +0300
committerCamila San <hello@camila.codes>2019-02-05 14:02:55 +0300
commite2309362e11517b95fd53f2835d74b5896631125 (patch)
tree50b0b11d69246d3c43d000d53df9d0ba564bd4ab
parenta20ac05357ee28f252cbe3c89530df66aa78ffeb (diff)
Updates version to 2.5.2.v2.5.2-rc1
Signed-off-by: Camila San <hello@camila.codes>
-rw-r--r--VERSION.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index 41d8804c3..23763b5dc 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,7 +1,7 @@
set( MIRALL_VERSION_MAJOR 2 )
set( MIRALL_VERSION_MINOR 5 )
-set( MIRALL_VERSION_PATCH 1 )
-set( MIRALL_VERSION_YEAR 2018 )
+set( MIRALL_VERSION_PATCH 2 )
+set( MIRALL_VERSION_YEAR 2019 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )