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:
authorKlaas Freitag <freitag@owncloud.com>2013-11-28 12:43:30 +0400
committerKlaas Freitag <freitag@owncloud.com>2013-11-28 12:44:09 +0400
commit5f3ce25ccfdec18eb04547507b6b93ad89d93e93 (patch)
tree815eeb1f0aa4ddaabf6bff908e91657c80710308 /VERSION.cmake
parent0d85810c234773378c60e837e84af3e01af9df81 (diff)
Push version to 1.4.90
Diffstat (limited to 'VERSION.cmake')
-rw-r--r--VERSION.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index d3e421460..b55fc1d2f 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,6 +1,6 @@
set( VERSION_MAJOR 1 )
set( VERSION_MINOR 4 )
-set( VERSION_PATCH 80 )
-set( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SUFFIX}")
+set( VERSION_PATCH 90 )
+set( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SUFFIX}beta1")
set( SOVERSION 0 )