Increment version for 3.22.21
[koha.git] / installer / data / mysql / updatedatabase.pl
index 67127ec..e7f76ea 100755 (executable)
@@ -12037,6 +12037,12 @@ if ( CheckVersion($DBversion) ) {
     print "Upgrade to $DBversion done (Bug 18066 - Hea version 2)\n";
 }
 
+$DBversion = "3.22.21.000";
+if ( CheckVersion($DBversion) ) {
+    print "Upgrade to $DBversion done (Koha 3.22.21)\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.