]> source.dussan.org Git - nextcloud-server.git/commitdiff
increase version. This time for real
authorFrank Karlitschek <frank@owncloud.org>
Sun, 18 Jan 2015 14:28:48 +0000 (15:28 +0100)
committerFrank Karlitschek <frank@owncloud.org>
Sun, 18 Jan 2015 14:28:48 +0000 (15:28 +0100)
version.php

index 78c373cbfa53e91a76328512a404f2516f0d63e5..3c0c6aa20421976b2221e816086d42a4cd005482 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(8, 0, 0, 1);
+$OC_Version=array(8, 0, 0, 3);
 
 // The human readable string
 $OC_VersionString='8.0 beta 1';