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-29 00:27:16 +0400
committerDaniel Molkentin <danimo@owncloud.com>2013-06-29 00:27:16 +0400
commit19aa8c63c055a61c8346ba0c3476a042edcff393 (patch)
treee28ebfd5b889f84b527c3c0b7962904c1bf19ec8 /VERSION.cmake
parentefd11b61c61adf89bc706d643a87cdb9fa22582d (diff)
build again
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 205ae1f3e..4399d7f96 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}")
set( SOVERSION 0 )