Release 2.4.10
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 19 Jun 2021 06:49:18 +0000 (08:49 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 19 Jun 2021 06:49:18 +0000 (08:49 +0200)
version.php

index aa42d1b2f48ae1882252c529c79cd1eb18737c2b..70ad7fa7cd2730069b2a3ff58996925d66e78f8f 100644 (file)
@@ -6,7 +6,7 @@
 
 // Versions used by source/database version compatibility checks. Do not change.
 $db_version = "2.4.1";
-$src_version = "2.4.9";
+$src_version = "2.4.10";
 
 // application version - can be overriden in config.php
 $version = isset($SysPrefs->version) ? $SysPrefs->version : $src_version;