diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-09-13 11:39:26 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-09-13 11:39:26 +0200 |
commit | 5a149dcfab960fe21c2df1bf4f1ba27f1a10b2c8 (patch) | |
tree | 5c7e4e73438de32691ea5110786670fe6574dc27 /lib/util.php | |
parent | f8d907df71d62627a9e5ee764593d7b27803d33a (diff) | |
download | nextcloud-server-5a149dcfab960fe21c2df1bf4f1ba27f1a10b2c8.tar.gz nextcloud-server-5a149dcfab960fe21c2df1bf4f1ba27f1a10b2c8.zip |
mark as an updated beta 3 with some more fixes
Diffstat (limited to 'lib/util.php')
-rwxr-xr-x | lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index c2edc660e8e..b66d5426a6e 100755 --- a/lib/util.php +++ b/lib/util.php @@ -89,7 +89,7 @@ class OC_Util { * @return string */ public static function getVersionString() { - return '4.5 beta 3'; + return '4.5 beta 3a'; } /** |