Skip to content

Commit

Permalink
Released groupware-5.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Aug 6, 2015
1 parent 2aaa1ec commit 3ec88b3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions bundles/groupware/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions bundles/groupware/docs/CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-----------
v5.2.10-git
-----------
-------
v5.2.10
-------

Files Changes
-------------
Expand Down
2 changes: 1 addition & 1 deletion bundles/groupware/lib/Bundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3ec88b3

Please sign in to comment.