Release 2.4.5
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Thu, 6 Dec 2018 20:16:27 +0000 (21:16 +0100)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Thu, 6 Dec 2018 20:16:27 +0000 (21:16 +0100)
version.php

index 24ca96b9b937480d9f95d123b5704603a45133c6..e398414b3b4011586b5155eba37be4d23135db73 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.4";
+$src_version = "2.4.5";
 
 // application version - can be overriden in config.php
 $version = isset($SysPrefs->version) ? $SysPrefs->version : $src_version;