0.4.0 beta release

This commit is contained in:
Johannes Findeisen 2021-02-08 23:26:44 +01:00
commit 7a3b2be482
2 changed files with 5 additions and 5 deletions

View file

@ -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)