Skip to content

Commit c4be9de

Browse files
committed
Prepare the 1.13.1. release.
1 parent a31623e commit c4be9de

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

package.xml

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
<email>jan@horde.org</email>
2626
<active>yes</active>
2727
</lead>
28-
<date>2016-04-03</date>
28+
<date>2016-04-16</date>
2929
<time>00:00:00</time>
3030
<version>
31-
<release>1.13.0</release>
31+
<release>1.13.1</release>
3232
<api>1.0.0</api>
3333
</version>
3434
<stability>
@@ -37,7 +37,7 @@
3737
</stability>
3838
<license uri="http://www.opensource.org/licenses/mit-license.php">MIT License</license>
3939
<notes>
40-
Deprecate PHP4-style constructors.
40+
Use rand() to make instance identifiers more unique than microtime()'s resolution.
4141
</notes>
4242
<contents>
4343
<dir baseinstalldir="/" name="/">
@@ -139,6 +139,21 @@ Deprecate PHP4-style constructors.
139139
</dependencies>
140140
<phprelease />
141141
<changelog>
142+
<release>
143+
<version>
144+
<release>1.13.0</release>
145+
<api>1.0.0</api>
146+
</version>
147+
<stability>
148+
<release>stable</release>
149+
<api>stable</api>
150+
</stability>
151+
<date>2016-04-03</date>
152+
<license uri="http://www.opensource.org/licenses/mit-license.php">MIT License</license>
153+
<notes>
154+
Deprecate PHP4-style constructors.
155+
</notes>
156+
</release>
142157
<release>
143158
<version>
144159
<release>1.12.9</release>

0 commit comments

Comments
 (0)