DBRev 3.13.00.042: mark Koha 3.14 beta
[koha.git] / installer / data / mysql / updatedatabase.pl
index c4daf16..6162bc5 100755 (executable)
@@ -7737,6 +7737,12 @@ if(CheckVersion($DBversion)) {
     SetVersion($DBversion);
 }
 
+$DBversion = "3.13.00.042";
+if(CheckVersion($DBversion)) {
+    print "Upgrade to $DBversion done (Koha 3.14 beta)\n";
+    SetVersion($DBversion);
+}
+
 =head1 FUNCTIONS
 
 =head2 TableExists($table)