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-02-08 14:27:32 +0300
committerMarkus Goetz <markus@woboq.com>2019-02-08 14:27:32 +0300
commit0b8d591d2999b5d9915a65362127eecde25a1979 (patch)
tree760536aa75dd243a82a17c5ee87a816dcb9d4260 /VERSION.cmake
parentf7d3d962e298be1bbf8b562690af16258c96a7b7 (diff)
VERSION.cmake / ChangeLog: Fix dates
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 bdda09ce3..e519036e0 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 4 )
-set( MIRALL_VERSION_YEAR 2018 )
+set( MIRALL_VERSION_YEAR 2019 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )