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-06-28 13:44:00 +0400
committerDaniel Molkentin <danimo@owncloud.com>2013-06-28 13:47:09 +0400
commitefd11b61c61adf89bc706d643a87cdb9fa22582d (patch)
treeee0882874297b2daa32cd413d63032ba7f8554c4 /VERSION.cmake
parent1facb1f95dd4e5a43886335147ec2b7d51d7e796 (diff)
parent9d01f80744e74ab1136b911d1de147c27bce1750 (diff)
Merge branch '1.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 6e3988c7e..205ae1f3e 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,6 +1,6 @@
set( VERSION_MAJOR 1 )
set( VERSION_MINOR 3 )
set( VERSION_PATCH 80 )
-set( VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SUFFIX} (pre-1.4.0))
+set( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SUFFIX} (pre-1.4.0)")
set( SOVERSION 0 )