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>2018-02-20 14:13:58 +0300
committerMarkus Goetz <markus@woboq.com>2018-02-20 14:13:58 +0300
commit8ba27cb0f16cc455641040a94eaa05353c676d65 (patch)
tree558f28879b1f6f9f8254bb572896a386f6e471b1 /VERSION.cmake
parent1ab8bb62ae83531c4ed50dd2a8bea89e0dea9f7b (diff)
VERSION.cmake: This is 2.4.2 now
Diffstat (limited to 'VERSION.cmake')
-rw-r--r--VERSION.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index f02e76249..b6db8dd13 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,7 +1,7 @@
set( MIRALL_VERSION_MAJOR 2 )
set( MIRALL_VERSION_MINOR 4 )
-set( MIRALL_VERSION_PATCH 1 )
-set( MIRALL_VERSION_YEAR 2017 )
+set( MIRALL_VERSION_PATCH 2 )
+set( MIRALL_VERSION_YEAR 2018 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )