summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2013-01-29 21:04:28 +0100
committerBjörn Schießle <schiessle@owncloud.com>2013-01-29 21:04:28 +0100
commit007bddceba7c9b5ca00710d6b1b23a49976e7a22 (patch)
tree5bae6b088d207da429d4341bdaca5a7589437aa0 /lib
parent8d0b67e17aa30fdeaba16754f93146936aac9e2c (diff)
downloadnextcloud-server-007bddceba7c9b5ca00710d6b1b23a49976e7a22.tar.gz
nextcloud-server-007bddceba7c9b5ca00710d6b1b23a49976e7a22.zip
version dump to trigger db update
Diffstat (limited to 'lib')
-rwxr-xr-xlib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php
index 374baa43dbe..0543df979d3 100755
--- a/lib/util.php
+++ b/lib/util.php
@@ -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, 91, 02);
+ return array(4, 91, 03);
}
/**