]> source.dussan.org Git - nextcloud-server.git/commitdiff
preview of stable5 including the new encryption app
authorFrank Karlitschek <frank@owncloud.org>
Sat, 25 May 2013 10:12:07 +0000 (12:12 +0200)
committerFrank Karlitschek <frank@owncloud.org>
Sat, 25 May 2013 10:12:07 +0000 (12:12 +0200)
lib/util.php

index 81cdd42feb73f72dd11035ebbbe75c56de851796..e0d2988e78d78580501b532d0e122bb63376908d 100755 (executable)
@@ -76,7 +76,7 @@ class OC_Util {
        public static function getVersion() {
                // hint: We only can count up. Reset minor/patchlevel when
                // updating major/minor version number.
-               return array(5, 00, 9);
+               return array(5, 00, 10);
        }
 
        /**
@@ -84,7 +84,7 @@ class OC_Util {
         * @return string
         */
        public static function getVersionString() {
-               return '5.0.6';
+               return '5.0.7 preview';
        }
 
        /**