]> source.dussan.org Git - nextcloud-server.git/commitdiff
bump release
authorFrank Karlitschek <frank@owncloud.org>
Mon, 2 Mar 2015 21:45:17 +0000 (22:45 +0100)
committerFrank Karlitschek <frank@owncloud.org>
Mon, 2 Mar 2015 21:45:17 +0000 (22:45 +0100)
version.php

index 50e795677bd3f37270daa93361df06ba92d7ff9f..8b595179a1e6334840fe4f8fc721696f103c375b 100644 (file)
@@ -3,7 +3,7 @@
 // We only can count up. The 4. digit is only for the internal patchlevel to trigger DB upgrades
 // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
 // when updating major/minor version number.
-$OC_Version=array(7, 0, 5, 1);
+$OC_Version=array(7, 0, 5, 2);
 
 // The human readable string
 $OC_VersionString='7.0.5';