mirror of
https://github.com/pcsc-for-php/pcsc.git
synced 2026-08-08 21:09:26 +02:00
0.4.0 beta release
This commit is contained in:
parent
0ca2f36be9
commit
7a3b2be482
2 changed files with 5 additions and 5 deletions
|
|
@ -20,15 +20,15 @@ http://pear.php.net/dtd/package-2.0.xsd">
|
|||
<email>calvin@cmpct.info</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>
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue