debugging aids; has_dimension and unset_dimension
[m6w6/ext-propro] / php_propro.h
index 831587edaefd878bb21131033b2d801e5fa651cb..f26cab04f96b7204d1d63b43ca8490fe320106da 100644 (file)
@@ -1,3 +1,14 @@
+/*
+    +--------------------------------------------------------------------+
+    | PECL :: propro                                                     |
+    +--------------------------------------------------------------------+
+    | Redistribution and use in source and binary forms, with or without |
+    | modification, are permitted provided that the conditions mentioned |
+    | in the accompanying LICENSE file are met.                          |
+    +--------------------------------------------------------------------+
+    | Copyright (c) 2013 Michael Wallner <mike@php.net>                  |
+    +--------------------------------------------------------------------+
+*/
 
 #ifndef PHP_PROPRO_H
 #define PHP_PROPRO_H
@@ -5,7 +16,7 @@
 extern zend_module_entry propro_module_entry;
 #define phpext_propro_ptr &propro_module_entry
 
-#define PHP_PROPRO_VERSION "1.0.0"
+#define PHP_PROPRO_VERSION "0.1.0"
 
 #ifdef PHP_WIN32
 #      define PHP_PROPRO_API __declspec(dllexport)