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>2013-02-26 14:32:32 +0400
committerDaniel Molkentin <danimo@owncloud.com>2013-02-26 14:32:32 +0400
commitbcb9491f6a055ca5f8cefd6964152423b7b3be6f (patch)
tree86442cb5b0c66729d046e8fe9c4ef188166e83ee
parent9d2c3ebad33a0b7895f77db316fdb9ab57d86a79 (diff)
RC1 -> finalv1.2.1
-rw-r--r--VERSION.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index 421ae84d5..ef12923f6 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,6 +1,6 @@
set( VERSION_MAJOR 1 )
set( VERSION_MINOR 2 )
set( VERSION_PATCH 1 )
-set( VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}RC1${VERSION_SUFFIX})
+set( VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SUFFIX})
set( SOVERSION 0 )