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>2017-04-24 14:42:05 +0300
committerMarkus Goetz <markus@woboq.com>2017-04-24 14:42:05 +0300
commit74f4e12b929b4f5cc6ba93949e4ddf18cdd56e0a (patch)
tree9d56f3a102e81341833e5e6b4e2c28a8b928fbc2
parent573e9de39d8f4d1a01c58e256758ea9f4a3e7448 (diff)
VERSION.cmake: Fix yearv2.3.2-rc1
-rw-r--r--VERSION.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index cb408acf8..81b1472d3 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,7 +1,7 @@
set( MIRALL_VERSION_MAJOR 2 )
set( MIRALL_VERSION_MINOR 3 )
set( MIRALL_VERSION_PATCH 2 )
-set( MIRALL_VERSION_YEAR 2016 )
+set( MIRALL_VERSION_YEAR 2017 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )