diff --git a/package.xml b/package.xml
index 47a2965..59a8d10 100644
--- a/package.xml
+++ b/package.xml
@@ -20,15 +20,15 @@ http://pear.php.net/dtd/package-2.0.xsd">
calvin@cmpct.info
yes
- 2021-02-03
-
+ 2021-02-08
+
0.4.0
0.3.1
- alpha
- alpha
+ beta
+ stable
PHP
Updated for PHP 7 compatibility.
diff --git a/php_pcsc.h b/php_pcsc.h
index aaa5721..fb2002c 100644
--- a/php_pcsc.h
+++ b/php_pcsc.h
@@ -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)