From: Michael Wallner Date: Tue, 9 Sep 2014 07:59:16 +0000 (+0200) Subject: fix version in header X-Git-Tag: RELEASE_2_1_1 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=b9767efaef2ff6666e63ae9057cef0e04ecf67cc;hp=055ae830edc9bcbddd756489bef8fc8044caa95c fix version in header --- diff --git a/php_http.h b/php_http.h index a158055..23e38b4 100644 --- a/php_http.h +++ b/php_http.h @@ -13,7 +13,7 @@ #ifndef PHP_EXT_HTTP_H #define PHP_EXT_HTTP_H -#define PHP_PECL_HTTP_VERSION "2.1.1dev" +#define PHP_PECL_HTTP_VERSION "2.1.1" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry