]> source.dussan.org Git - nextcloud-server.git/commitdiff
version bump
authorFrank Karlitschek <frank@owncloud.org>
Sat, 13 Sep 2014 20:56:07 +0000 (22:56 +0200)
committerFrank Karlitschek <frank@owncloud.org>
Sat, 13 Sep 2014 20:56:07 +0000 (22:56 +0200)
version.php

index 9224b24eb362b32c35ea7e43166eec1aacfdc725..bbad75da39ff19541098eb8e920f095cf4f3b4a2 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, 2, 1);
+$OC_Version=array(7, 0, 2, 2);
 
 // The human readable string
 $OC_VersionString='7.0.2';