diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-05-19 18:20:23 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-05-19 18:20:23 +0200 |
commit | 8a0dc774bc8782874a0b3f6600e3c4a949004128 (patch) | |
tree | ae1748e79a7ca417b86a74c2d6095d8624e3ded2 /lib | |
parent | 5a48ade933c1e75b43969366793be93c1301f9d1 (diff) | |
download | nextcloud-server-8a0dc774bc8782874a0b3f6600e3c4a949004128.tar.gz nextcloud-server-8a0dc774bc8782874a0b3f6600e3c4a949004128.zip |
4
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index d8f440c1d2d..6e57fc7f8a1 100644 --- a/lib/util.php +++ b/lib/util.php @@ -82,7 +82,7 @@ class OC_Util { * @return string */ public static function getVersionString(){ - return '4 RC2'; + return '4'; } /** |