Skip to content

Commit 3ae2e81

Browse files
committed
Bump version to 1.4.0 ahead of tag
1 parent cef743a commit 3ae2e81

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

package.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,19 @@
1616
<email>[email protected]</email>
1717
<active>yes</active>
1818
</lead>
19-
<date>2020-10-13</date>
20-
<time>21:24:19</time>
19+
<date>2021-12-13</date>
20+
<time>10:20:14</time>
2121
<version>
22-
<release>1.3.0</release>
23-
<api>1.3.0</api>
22+
<release>1.4.0</release>
23+
<api>1.4.0</api>
2424
</version>
2525
<stability>
2626
<release>stable</release>
2727
<api>stable</api>
2828
</stability>
2929
<license uri="https://opensource.org/licenses/MIT">MIT License</license>
3030
<notes>
31-
- ArrayAccess implemented consistently
32-
- IteratorAggregate implemented consistently
33-
- A few incorrect return types
31+
- Support for PHP 8.1
3432
</notes>
3533
<contents>
3634
<dir name="/">

php_ds.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ extern zend_module_entry ds_module_entry;
2020
#define phpext_ds_ptr &ds_module_entry
2121

2222
/* Replace with version number for your extension */
23-
#define PHP_DS_VERSION "1.3.0"
23+
#define PHP_DS_VERSION "1.4.0"
2424

2525
#ifdef PHP_WIN32
2626
# define PHP_API __declspec(dllexport)

0 commit comments

Comments
 (0)