From 018b2c58cc2cf419cbe63f3fedb052cd7d96500e Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 13 Aug 2009 15:27:02 +0000 Subject: [PATCH] fix version --- php_http.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_http.h b/php_http.h index bc149a6..2e6ec82 100644 --- a/php_http.h +++ b/php_http.h @@ -15,7 +15,7 @@ #ifndef PHP_EXT_HTTP_H #define PHP_EXT_HTTP_H -#define PHP_HTTP_VERSION "1.6.5-dev" +#define PHP_HTTP_VERSION "1.6.5" #ifdef HAVE_CONFIG_H # include "config.h" -- 2.30.2