]> source.dussan.org Git - nextcloud-server.git/commitdiff
updating 7.0.3
authorFrank Karlitschek <frank@owncloud.org>
Mon, 10 Nov 2014 16:09:50 +0000 (17:09 +0100)
committerFrank Karlitschek <frank@owncloud.org>
Mon, 10 Nov 2014 16:09:50 +0000 (17:09 +0100)
version.php

index edff9b8d3273c4b5cfcabe04e8f7ffc689182f65..1afefc7e29200afccc57342121bd0a31ec0ca83f 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, 3, 3);
+$OC_Version=array(7, 0, 3, 4);
 
 // The human readable string
 $OC_VersionString='7.0.3';