X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-propro;a=blobdiff_plain;f=php_propro.h;h=f26cab04f96b7204d1d63b43ca8490fe320106da;hp=831587edaefd878bb21131033b2d801e5fa651cb;hb=15085c3c0f03f8b01b1362eb041aac23afc51b70;hpb=761875f1c3682cd014c1ddd9bfec32f8be9a5193 diff --git a/php_propro.h b/php_propro.h index 831587e..f26cab0 100644 --- a/php_propro.h +++ b/php_propro.h @@ -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 | + +--------------------------------------------------------------------+ +*/ #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)