db_version was changed by mistake. Should remain at 2.4.1. v2.4.2
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 31 Jul 2017 08:35:03 +0000 (10:35 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 31 Jul 2017 08:35:03 +0000 (10:35 +0200)
version.php

index 4d25446d18fb3d0945c61a2c3177a9fd85b3bede..3fffcddcddba744b8ceca1b8c8acf53a5514ce4b 100644 (file)
@@ -5,7 +5,7 @@
 //
 
 // Versions used by source/database version compatibility checks. Do not change.
-$db_version = "2.4.2";
+$db_version = "2.4.1";
 $src_version = "2.4.2";
 
 // application version - can be overriden in config.php