]> source.dussan.org Git - nextcloud-server.git/commitdiff
4.5.2 v4.5.2
authorFrank Karlitschek <frank@owncloud.org>
Tue, 13 Nov 2012 21:06:13 +0000 (22:06 +0100)
committerFrank Karlitschek <frank@owncloud.org>
Tue, 13 Nov 2012 21:06:13 +0000 (22:06 +0100)
lib/util.php

index 7b15919b64b3f51fcd93f432e9d4dc8e06c328d7..eadbc13917929b4ccc22ec6b5ea23ad91f95542c 100755 (executable)
@@ -95,7 +95,7 @@ class OC_Util {
         */
        public static function getVersion() {
                // hint: We only can count up. So the internal version number of ownCloud 4.5 will be 4.90.0. This is not visible to the user
-               return array(4,90,2);
+               return array(4,90,3);
        }
 
        /**
@@ -103,7 +103,7 @@ class OC_Util {
         * @return string
         */
        public static function getVersionString() {
-               return '4.5.1a';
+               return '4.5.2';
        }
 
        /**