Skip to content

Commit

Permalink
Released kronolith-4.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Mar 20, 2017
1 parent d6a0eb3 commit ed7c6da
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -21,8 +21,8 @@
"role": "lead"
}
],
"version": "4.2.19",
"time": "2016-12-16",
"version": "4.2.20",
"time": "2017-03-20",
"repositories": [
{
"type": "pear",
Expand Down
6 changes: 3 additions & 3 deletions docs/CHANGES
@@ -1,6 +1,6 @@
-----------
v4.2.20-git
-----------
-------
v4.2.20
-------

[mjr] Fix saving sync preference when no default calendar exists (Bug #14585).
[mjr] Fix display of date in ITIP_CANCEL notifications of deleted instances of
Expand Down
2 changes: 1 addition & 1 deletion lib/Application.php
Expand Up @@ -47,7 +47,7 @@ class Kronolith_Application extends Horde_Registry_Application

/**
*/
public $version = 'H5 (4.2.20-git)';
public $version = 'H5 (4.2.20)';

/**
* Global variables defined:
Expand Down
4 changes: 2 additions & 2 deletions package.xml
Expand Up @@ -22,7 +22,7 @@
<email>chuck@horde.org</email>
<active>no</active>
</lead>
<date>2016-12-16</date>
<date>2017-03-20</date>
<version>
<release>4.2.20</release>
<api>4.2.0</api>
Expand Down Expand Up @@ -2758,7 +2758,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2016-12-16</date>
<date>2017-03-20</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [mjr] Fix saving sync preference when no default calendar exists (Bug #14585).
Expand Down

0 comments on commit ed7c6da

Please sign in to comment.