DBRev 3.15.00.052: mark Koha 3.16 RC
[srvgit] / installer / data / mysql / updatedatabase.pl
index 3b1718c..421e772 100755 (executable)
@@ -8465,6 +8465,12 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
+$DBversion = "3.15.00.052";
+if ( CheckVersion($DBversion) ) {
+    print "Upgrade to $DBversion done (Koha 3.16 RC)\n";
+    SetVersion($DBversion);
+}
+
 =head1 FUNCTIONS
 
 =head2 TableExists($table)