prepare for 0.1.1

This commit is contained in:
CismonX 2019-12-10 04:52:49 +08:00
parent 426d80e5b1
commit 1baf525cd7
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
extern zend_module_entry collections_module_entry;
#define phpext_collections_ptr &collections_module_entry
#define PHP_COLLECTIONS_VERSION "0.1.0"
#define PHP_COLLECTIONS_VERSION "0.1.1"
#ifdef PHP_WIN32
#define PHP_COLLECTIONS_API __declspec(dllexport)