Skip to content

Commit

Permalink
0.4.0 beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
hanez committed Feb 8, 2021
1 parent 0ca2f36 commit 7a3b2be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>[email protected]</email>
<active>yes</active>
</developer>
<date>2021-02-03</date>
<time>13:02:23</time>
<date>2021-02-08</date>
<time>23:22:33</time>
<version>
<release>0.4.0</release>
<api>0.3.1</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
<release>beta</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>Updated for PHP 7 compatibility.</notes>
Expand Down
2 changes: 1 addition & 1 deletion php_pcsc.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
extern zend_module_entry pcsc_module_entry;
#define phpext_pcsc_ptr &pcsc_module_entry

#define PHP_PCSC_VERSION "0.3.1"
#define PHP_PCSC_VERSION "0.4.0"

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

0 comments on commit 7a3b2be

Please sign in to comment.