Release 2.4.6
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Sun, 23 Dec 2018 23:38:18 +0000 (00:38 +0100)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Sun, 23 Dec 2018 23:38:18 +0000 (00:38 +0100)
version.php

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