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:
authorMarkus Goetz <markus@woboq.com>2015-04-20 12:22:19 +0300
committerMarkus Goetz <markus@woboq.com>2015-04-20 12:22:19 +0300
commit2e4e03179587e3ba6887ace44a0b34a2d90bd17c (patch)
tree9c250f35a40e4665a4cb0ace63b0f71590125319 /VERSION.cmake
parent12d7484b85c92a0c897daf37fa992a330fb91d9f (diff)
Declare master as 1.9.0git
Diffstat (limited to 'VERSION.cmake')
-rw-r--r--VERSION.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index d8956e71f..75ab167a7 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,10 +1,10 @@
set( MIRALL_VERSION_MAJOR 1 )
-set( MIRALL_VERSION_MINOR 8 )
-set( MIRALL_VERSION_PATCH 1 )
+set( MIRALL_VERSION_MINOR 9 )
+set( MIRALL_VERSION_PATCH 0 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )
- set( MIRALL_VERSION_SUFFIX "beta1") #e.g. beta1, beta2, rc1
+ set( MIRALL_VERSION_SUFFIX "git") #e.g. beta1, beta2, rc1
endif( NOT DEFINED MIRALL_VERSION_SUFFIX )
if( NOT DEFINED MIRALL_VERSION_BUILD )