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:
authorDaniel Molkentin <danimo@owncloud.com>2016-02-16 18:19:02 +0300
committerDaniel Molkentin <danimo@owncloud.com>2016-02-16 18:19:12 +0300
commite3b56fb5592a7d096c2e24382bd837ce56547220 (patch)
tree2e3aa7bc8830074423709db6a736f01f349f4971 /VERSION.cmake
parent667f2a7c4c858ecb68ad399683508cece52210d1 (diff)
Add file description, copyright to win32 VERSIONINFO struct
Diffstat (limited to 'VERSION.cmake')
-rw-r--r--VERSION.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index 27b2f8f6d..adeed8c15 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,6 +1,7 @@
set( MIRALL_VERSION_MAJOR 2 )
set( MIRALL_VERSION_MINOR 2 )
set( MIRALL_VERSION_PATCH 0 )
+set( MIRALL_VERSION_YEAR 2016 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )