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:
authorMarkus Goetz <markus@woboq.com>2018-02-20 14:13:58 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-05-29 21:19:42 +0300
commit68601240f85601dd89d208bd6499b232f4888e3e (patch)
tree1dcb677daf9da3795317ec07d57a3f33d580a90d /VERSION.cmake
parent6ebcc638e0e6629564d085bc75d2c30fa7ede27d (diff)
VERSION.cmake: This is 2.4.2 now
Diffstat (limited to 'VERSION.cmake')
-rw-r--r--VERSION.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index c03021310..260dbde8b 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 0 )
-set( MIRALL_VERSION_YEAR 2017 )
+set( MIRALL_VERSION_YEAR 2018 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )