diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-08-21 18:47:26 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-08-21 18:47:26 +0200 |
commit | 1d7018158e154d644ca5aae0050f2c294d626bcb (patch) | |
tree | 93d3427b47dc0988eb8cc780b0803a71f29aa248 /lib | |
parent | 53350b2f194ca79eaa4cc5e229cd339440f7af85 (diff) | |
download | nextcloud-server-1d7018158e154d644ca5aae0050f2c294d626bcb.tar.gz nextcloud-server-1d7018158e154d644ca5aae0050f2c294d626bcb.zip |
4.5 alpha 1
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/util.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php index 41bd375dbf9..e63eb5b24c9 100755 --- a/lib/util.php +++ b/lib/util.php @@ -66,7 +66,7 @@ class OC_Util { * @return array */ public static function getVersion(){ - return array(4,81,4); + return array(4,82,4); } /** @@ -74,7 +74,7 @@ class OC_Util { * @return string */ public static function getVersionString(){ - return '5 pre alpha'; + return '5 pre alpha 1'; } /** |