]> source.dussan.org Git - nextcloud-server.git/commitdiff
7.0.5 RC1
authorFrank Karlitschek <frank@owncloud.org>
Fri, 6 Feb 2015 01:46:00 +0000 (02:46 +0100)
committerFrank Karlitschek <frank@owncloud.org>
Fri, 6 Feb 2015 01:46:00 +0000 (02:46 +0100)
version.php

index 6aba3efa05b81ca433ac1e06535379aeb5faa24e..383a11bc3aca0a87d93481c67445e3d039ec06a1 100644 (file)
@@ -3,10 +3,10 @@
 // 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, 4, 2);
+$OC_Version=array(7, 0, 5, 0);
 
 // The human readable string
-$OC_VersionString='7.0.4';
+$OC_VersionString='7.0.5 RC1';
 
 // The ownCloud edition
 $OC_Edition='';