]> source.dussan.org Git - nextcloud-server.git/commitdiff
increase version number to trigger db update
authorBjoern Schiessle <schiessle@owncloud.com>
Fri, 4 Oct 2013 15:41:23 +0000 (17:41 +0200)
committerBjoern Schiessle <schiessle@owncloud.com>
Fri, 4 Oct 2013 15:41:23 +0000 (17:41 +0200)
version.php

index eb2e9a4a68ba0305af3a915f7e968d87bf5aa253..b4396d1d2d8ae5f4c9e4398f46684e655c28123b 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 // 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(5, 80, 8, 0);
+$OC_Version=array(5, 80, 8, 1);
 
 // The human radable string
 $OC_VersionString='6.0 pre alpha';