diff --git a/ingo/composer.json b/ingo/composer.json index 7f12accbc86..42fcb10bd86 100644 --- a/ingo/composer.json +++ b/ingo/composer.json @@ -21,8 +21,8 @@ "role": "lead" } ], - "version": "3.2.3", - "time": "2014-12-03", + "version": "3.2.4", + "time": "2015-02-10", "repositories": [ { "type": "pear", diff --git a/ingo/docs/CHANGES b/ingo/docs/CHANGES index c1e0b6aa258..40d6a362080 100644 --- a/ingo/docs/CHANGES +++ b/ingo/docs/CHANGES @@ -1,6 +1,6 @@ ----------- -v3.2.4-git ----------- +------ +v3.2.4 +------ [mms] Rate-limit filters drag/drop changes to prevent race conditions (Bug #13819). diff --git a/ingo/lib/Application.php b/ingo/lib/Application.php index 3e6d2a3d697..c3e3df6875b 100644 --- a/ingo/lib/Application.php +++ b/ingo/lib/Application.php @@ -49,7 +49,7 @@ class Ingo_Application extends Horde_Registry_Application /** */ - public $version = 'H5 (3.2.4-git)'; + public $version = 'H5 (3.2.4)'; /** * Cached list of all rulesets. diff --git a/ingo/package.xml b/ingo/package.xml index 846a28622b3..27ccc5000c4 100644 --- a/ingo/package.xml +++ b/ingo/package.xml @@ -22,7 +22,7 @@ chuck@horde.org no - 2014-12-03 + 2015-02-10 3.2.4 3.2.0 @@ -1534,7 +1534,7 @@ stable stable - 2014-12-03 + 2015-02-10 ASL * [mms] Rate-limit filters drag/drop changes to prevent race conditions (Bug #13819).