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>2015-10-19 16:56:45 +0300
committerMarkus Goetz <markus@woboq.com>2015-10-19 16:57:13 +0300
commitc80b0334665a661588e8e25d622f293651432a07 (patch)
tree21565f803768b517a4db921fc9fad56a94b9c9f0 /VERSION.cmake
parent671af9f8fe600a3f0c9f35e6090a6ec00d31971e (diff)
VERSION.cmake: fixup
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 1d35608e6..30ae6e470 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -4,7 +4,7 @@ set( MIRALL_VERSION_PATCH 0 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )
- set( MIRALL_VERSION_SUFFIX "git) #e.g. beta1, beta2, rc1
+ set( MIRALL_VERSION_SUFFIX "git") #e.g. beta1, beta2, rc1
endif( NOT DEFINED MIRALL_VERSION_SUFFIX )
if( NOT DEFINED MIRALL_VERSION_BUILD )