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-04-02 17:27:37 +0400
committerDaniel Molkentin <danimo@owncloud.com>2013-04-02 17:27:37 +0400
commit07db03d6bc5283f60255010aaf70ad4159f28c8e (patch)
tree7061553b4d4c739754c90119d7fab4420f006337 /VERSION.cmake
parentd68c4b379f731058e94fa622bef0b5cb8c598c22 (diff)
1.2.3v1.2.3
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 2503a9d25..fd3bc9f89 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,6 +1,6 @@
set( VERSION_MAJOR 1 )
set( VERSION_MINOR 2 )
-set( VERSION_PATCH 2 )
+set( VERSION_PATCH 3 )
set( VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SUFFIX})
set( SOVERSION 0 )