Increment version for 18.05.13 release
[koha.git] / installer / data / mysql / updatedatabase.pl
index a60a887..650f791 100755 (executable)
@@ -16374,6 +16374,12 @@ if ( CheckVersion($DBversion) ) {
             SetVersion ($DBversion);
 }
 
+$DBversion = "18.05.13.000";
+if ( CheckVersion($DBversion) ) {
+        print "Upgrade to $DBversion done (18.05.13 release)\n";
+            SetVersion ($DBversion);
+}
+
 # SEE bug 13068
 # if there is anything in the atomicupdate, read and execute it.