diff --git a/bundles/groupware/composer.json b/bundles/groupware/composer.json index 1ca05174991..8b5e8fd9018 100644 --- a/bundles/groupware/composer.json +++ b/bundles/groupware/composer.json @@ -11,8 +11,8 @@ "role": "lead" } ], - "version": "5.2.9", - "time": "2015-08-03", + "version": "5.2.10", + "time": "2015-08-06", "repositories": [ { "type": "pear", @@ -23,7 +23,7 @@ "php": ">=5.3.0", "pear-pear.horde.org/webmail": "*", "pear-pear.horde.org/content": ">=2.0.4@stable,<=3.0.0alpha1@stable", - "pear-pear.horde.org/gollem": ">=3.0.4@stable,<=4.0.0alpha1@stable", + "pear-pear.horde.org/gollem": ">=3.0.5@stable,<=4.0.0alpha1@stable", "pear-pear.horde.org/horde": ">=5.2.7@stable,<=6.0.0alpha1@stable", "pear-pear.horde.org/kronolith": ">=4.2.9@stable,<=5.0.0alpha1@stable", "pear-pear.horde.org/mnemo": ">=4.2.7@stable,<=5.0.0alpha1@stable", diff --git a/bundles/groupware/docs/CHANGES b/bundles/groupware/docs/CHANGES index ac27e76ac10..e1093d08cba 100644 --- a/bundles/groupware/docs/CHANGES +++ b/bundles/groupware/docs/CHANGES @@ -1,6 +1,6 @@ ------------ -v5.2.10-git ------------ +------- +v5.2.10 +------- Files Changes ------------- diff --git a/bundles/groupware/lib/Bundle.php b/bundles/groupware/lib/Bundle.php index b1d3b5a6e16..ca4f293c95b 100644 --- a/bundles/groupware/lib/Bundle.php +++ b/bundles/groupware/lib/Bundle.php @@ -19,7 +19,7 @@ class Horde_Bundle extends Horde_Core_Bundle /** * The bundle version. */ - const VERSION = '5.2.10-git'; + const VERSION = '5.2.10'; /** * The bundle descriptive name.