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-09-04 17:00:53 +0400
committerDaniel Molkentin <danimo@owncloud.com>2013-09-04 17:00:53 +0400
commit385759f3c943ce7d7d5d3204e9354c8f6457d6a8 (patch)
treea49d9aad81570a0ba91c8ce4574e6d2fa0c30943 /VERSION.cmake
parent9ce09713b62106145148a44c0d5e766e0fcd0661 (diff)
bump version
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 713a3f1d3..d3e421460 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,6 +1,6 @@
set( VERSION_MAJOR 1 )
set( VERSION_MINOR 4 )
-set( VERSION_PATCH 0 )
+set( VERSION_PATCH 80 )
set( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SUFFIX}")
set( SOVERSION 0 )