fixed bug with mixed case boundaries
[m6w6/ext-apfd] / php_apfd.h
index e248688956e3aea1130e119ea93df1bc5a944bef..bb04646f054f3f620e0e594cc355b428deafd2b4 100644 (file)
@@ -16,7 +16,7 @@
 extern zend_module_entry apfd_module_entry;
 #define phpext_apfd_ptr &apfd_module_entry
 
-#define PHP_APFD_VERSION "1.0.0"
+#define PHP_APFD_VERSION "1.0.1"
 
 #ifdef PHP_WIN32
 #      define PHP_APFD_API __declspec(dllexport)