Skip to content

Commit

Permalink
Development mode for horde-5.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Aug 1, 2017
1 parent 287f55a commit a757848
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
6 changes: 6 additions & 0 deletions horde/docs/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-----------
v5.2.17-git
-----------



-------
v5.2.16
-------
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.16';
public $version = '5.2.17-git';

/**
*/
Expand Down
17 changes: 15 additions & 2 deletions horde/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</lead>
<date>2017-08-01</date>
<version>
<release>5.2.16</release>
<release>5.2.17</release>
<api>5.2.0</api>
</version>
<stability>
Expand All @@ -39,7 +39,7 @@
</stability>
<license uri="http://www.horde.org/licenses/lgpl">LGPL-2</license>
<notes>
* [jan] SECURITY: Fix open redirects.
*
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -4178,5 +4178,18 @@
* [jan] SECURITY: Fix open redirects.
</notes>
</release>
<release>
<version>
<release>5.2.17</release>
<api>5.2.0</api></version>
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2017-08-01</date>
<license uri="http://www.horde.org/licenses/lgpl">LGPL-2</license>
<notes>
*
</notes>
</release>
</changelog>
</package>

0 comments on commit a757848

Please sign in to comment.