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:
authorHannah von Reth <hannah.vonreth@owncloud.com>2022-10-07 10:11:43 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2022-10-07 10:11:43 +0300
commitc9ec96190d1cbcc57482318c9ce0c176fbea21ac (patch)
tree133a30c23e867efe73441c7a5ae29efc283e2640
parentbb5bb97b6cb2fc9df1d170371b737fb3ce35ddf5 (diff)
-rw-r--r--VERSION.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION.cmake b/VERSION.cmake
index 9025119d7..f75ef4b57 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -5,7 +5,7 @@ set( MIRALL_VERSION_YEAR 2022 )
set( MIRALL_SOVERSION 0 )
if ( NOT DEFINED MIRALL_VERSION_SUFFIX )
- set( MIRALL_VERSION_SUFFIX "git") #e.g. beta1, beta2, rc1
+ set( MIRALL_VERSION_SUFFIX "alpha5") #e.g. beta1, beta2, rc1
endif( NOT DEFINED MIRALL_VERSION_SUFFIX )
if( NOT DEFINED MIRALL_VERSION_BUILD )