From 7181a2f2237aaea07a2c25a1255f77a6d6719a89 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 30 Mar 2012 13:21:37 +0000 Subject: [PATCH] missing version number --- php_http.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_http.h b/php_http.h index e8d5e40..1fe67e9 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_HTTP_EXT_VERSION "2.0.0dev" +#define PHP_HTTP_EXT_VERSION "2.0.0dev10" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2