From 0b27b9ab76c8bac959dd946a7e9ccbc55e170e4c Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 8 Jun 2006 22:10:32 +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 ea3cb3c..c3ef9f8 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_EXT_HTTP_VERSION "1.0.0-dev" +#define PHP_EXT_HTTP_VERSION "1.0.0" #ifdef HAVE_CONFIG_H # include "config.h" -- 2.30.2