Skip to content

Commit

Permalink
release v2.0.1
Browse files Browse the repository at this point in the history
* Fixed pointless initialization of persistent handles lists on cleanup
* Fixed Windows build (Jan Ehrhardt)
  • Loading branch information
m6w6 committed Oct 25, 2019
1 parent 3c8dd2e commit f52e2bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,19 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>mike@php.net</email>
<active>yes</active>
</lead>
<date>2016-04-28</date>
<date>2019-10-25</date>
<version>
<release>2.0.1dev</release>
<release>2.0.1</release>
<api>2.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license>BSD, revised</license>
<license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
<notes><![CDATA[
* Fixed pointless initialization of persistent handles lists on cleanup
* Fixed Windows build (Jan Ehrhardt)
]]></notes>
<contents>
<dir name="/">
Expand Down
2 changes: 1 addition & 1 deletion php_raphf.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
extern zend_module_entry raphf_module_entry;
#define phpext_raphf_ptr &raphf_module_entry

#define PHP_RAPHF_VERSION "2.0.1dev"
#define PHP_RAPHF_VERSION "2.0.1"

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

0 comments on commit f52e2bc

Please sign in to comment.