Bump version to to 3.16.15
[koha.git] / installer / data / mysql / updatedatabase.pl
index 4983332..5ab31f1 100755 (executable)
@@ -8596,6 +8596,13 @@ if ( CheckVersion($DBversion) ) {
     SetVersion ($DBversion);
 }
 
+$DBversion = "3.16.15.000";
+if ( CheckVersion($DBversion) ) {
+    print "Upgrade to $DBversion done (3.16.15 release)\n";
+    SetVersion ($DBversion);
+}
+
+
 =head1 FUNCTIONS
 
 =head2 TableExists($table)