Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rtheunissen committed Jul 30, 2016
1 parent 8cdd055 commit 5c55290
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
14 changes: 7 additions & 7 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2016-07-28</date>
<time>22:00:00</time>
<date>2016-07-31</date>
<time>00:13:22</time>
<version>
<release>1.0.1</release>
<api>1.0.1</api>
<release>1.0.2</release>
<api>1.0.2</api>
</version>
<stability>
<release>devel</release>
<api>devel</api>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://opensource.org/licenses/MIT">MIT License</license>
<notes>
Fixed Map::apply
Add Map::putAll
</notes>
<contents>
<dir name="/">
Expand Down
2 changes: 1 addition & 1 deletion php_ds.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ extern zend_module_entry ds_module_entry;
#define phpext_ds_ptr &ds_module_entry

/* Replace with version number for your extension */
#define PHP_DS_VERSION "1.0.1"
#define PHP_DS_VERSION "1.0.2"

#ifdef PHP_WIN32
# define PHP_API __declspec(dllexport)
Expand Down

0 comments on commit 5c55290

Please sign in to comment.