Skip to content

Commit 7a3b2be

Browse files
committed
0.4.0 beta release
1 parent 0ca2f36 commit 7a3b2be

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ http://pear.php.net/dtd/package-2.0.xsd">
2020
<email>[email protected]</email>
2121
<active>yes</active>
2222
</developer>
23-
<date>2021-02-03</date>
24-
<time>13:02:23</time>
23+
<date>2021-02-08</date>
24+
<time>23:22:33</time>
2525
<version>
2626
<release>0.4.0</release>
2727
<api>0.3.1</api>
2828
</version>
2929
<stability>
30-
<release>alpha</release>
31-
<api>alpha</api>
30+
<release>beta</release>
31+
<api>stable</api>
3232
</stability>
3333
<license uri="http://www.php.net/license">PHP</license>
3434
<notes>Updated for PHP 7 compatibility.</notes>

php_pcsc.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
extern zend_module_entry pcsc_module_entry;
55
#define phpext_pcsc_ptr &pcsc_module_entry
66

7-
#define PHP_PCSC_VERSION "0.3.1"
7+
#define PHP_PCSC_VERSION "0.4.0"
88

99
#ifdef PHP_WIN32
1010
#define PHP_PCSC_API __declspec(dllexport)

0 commit comments

Comments
 (0)