From 9c566f3419df4dc202540b2e9ab042bef72263b7 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 10 Feb 2005 18:58:11 +0000 Subject: [PATCH] * version bump --- package.xml | 11 ++--------- php_http.h | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/package.xml b/package.xml index 83db6be..3809bb3 100644 --- a/package.xml +++ b/package.xml @@ -29,17 +29,10 @@ - 0.3.0 - 2005-02-10 + 0.4.0 + 2005-02-xx alpha URI." in http_redirect() for full RFC compliance - * fixed http_cache_last_modified(): if parameter was omitted, would have always sent 304 Not Modified - * added http_parse_headers() ]]> diff --git a/php_http.h b/php_http.h index b1ecf95..5f96f52 100644 --- a/php_http.h +++ b/php_http.h @@ -18,7 +18,7 @@ #ifndef PHP_EXT_HTTP_H #define PHP_EXT_HTTP_H -#define PHP_EXT_HTTP_VERSION "0.3.0" +#define PHP_EXT_HTTP_VERSION "0.4.0" /* make compile on Win32 */ #include "php_streams.h" -- 2.30.2