Increment version for 18.05.07 release
[koha.git] / installer / data / mysql / updatedatabase.pl
index ec2bfa0..eb08490 100755 (executable)
@@ -16264,6 +16264,13 @@ if( CheckVersion( $DBversion ) ) {
     print "Upgrade to $DBversion done (Bug 21730: Add new authorised value category PA_CLASS)\n";
 }
 
+$DBversion = "18.05.07.000";
+if ( CheckVersion($DBversion) ) {
+    print "Upgrade to $DBversion done (18.05.07 release)\n";
+    SetVersion ($DBversion);
+}
+
+
 # SEE bug 13068
 # if there is anything in the atomicupdate, read and execute it.