Increment version for the 16.11.16 release
[koha.git] / installer / data / mysql / updatedatabase.pl
index 7c7cb7a..69877fa 100755 (executable)
@@ -13914,11 +13914,18 @@ if ( CheckVersion($DBversion) ) {
 
 $DBversion = "16.11.15.000";
 if ( CheckVersion($DBversion) ) {
-    print "Upgrade to $DBversion done (Koha 16.11.14)\n";
+    print "Upgrade to $DBversion done (Koha 16.11.15)\n";
+    SetVersion($DBversion);
+}
+
+$DBversion = "16.11.16.000";
+if ( CheckVersion($DBversion) ) {
+    print "Upgrade to $DBversion done (Koha 16.11.16)\n";
     SetVersion($DBversion);
 }
 
 
+
 # DEVELOPER PROCESS, search for anything to execute in the db_update directory
 # SEE bug 13068
 # if there is anything in the atomicupdate, read and execute it.