Skip to content

Commit

Permalink
Released horde-5.2.0beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed May 21, 2014
1 parent 46c2b86 commit a71fafb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions horde/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"role": "lead"
}
],
"version": "5.2.0alpha1",
"time": "2014-05-05",
"version": "5.2.0beta1",
"time": "2014-05-21",
"repositories": [
{
"type": "pear",
Expand Down Expand Up @@ -72,11 +72,11 @@
"suggest": {
"pear-pear.php.net/Net_DNS2": "*",
"pear-pear.php.net/Services_Weather": "*",
"pear-pear.horde.org/Horde_ActiveSync": ">=2.7.0,<=3.0.0alpha1",
"pear-pear.horde.org/Horde_ActiveSync": ">=2.16.0,<=3.0.0alpha1",
"pear-pear.horde.org/Horde_Db": ">=2.0.0,<=3.0.0alpha1",
"pear-pear.horde.org/Horde_Feed": ">=2.0.0,<=3.0.0alpha1",
"pear-pear.horde.org/Horde_Oauth": ">=2.0.0,<=3.0.0alpha1",
"pear-pear.horde.org/Horde_OpenXchange": ">=1.0.0alpha1,<=2.0.0alpha1",
"pear-pear.horde.org/Horde_OpenXchange": ">=1.0.0,<=2.0.0alpha1",
"pear-pear.horde.org/Horde_Service_Facebook": ">=2.0.0,<=3.0.0alpha1",
"pear-pear.horde.org/Horde_Service_Twitter": ">=2.1.0,<=3.0.0alpha1",
"pear-pear.horde.org/Horde_Service_Weather": ">=2.1.0,<=3.0.0alpha1",
Expand Down
6 changes: 3 additions & 3 deletions horde/docs/CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
----------
v5.2.0-git
----------
-----------
v5.2.0beta1
-----------

[mjr] Fix blocking an ActiveSync client through the admin interface.
[mjr] Add an ActivSync device's currently used heartbeat interval to the device
Expand Down
2 changes: 1 addition & 1 deletion horde/lib/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Horde_Application extends Horde_Registry_Application
{
/**
*/
public $version = '5.2.0-git';
public $version = '5.2.0beta1';

/**
*/
Expand Down

0 comments on commit a71fafb

Please sign in to comment.