From 2a929fe95c4303891769139d42440a3670e76033 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 20 Sep 2006 07:59:36 +0000 Subject: [PATCH] - version bump --- package2.xml | 7 ++----- php_http.h | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/package2.xml b/package2.xml index 7f7fa8b..a8bd365 100644 --- a/package2.xml +++ b/package2.xml @@ -30,7 +30,7 @@ support. Parallel requests are available for PHP 5 and greater. 2006-09-19 - 1.3.0 + 1.3.1dev 1.3.0 @@ -39,10 +39,7 @@ support. Parallel requests are available for PHP 5 and greater. BSD, revised = 7.16.0, unstable) ++ Fixed build with gcc-2.95 (bug #8737) ]]> diff --git a/php_http.h b/php_http.h index 0fa1671..5de996a 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.3.0" +#define PHP_EXT_HTTP_VERSION "1.3.1dev" #ifdef HAVE_CONFIG_H # include "config.h" -- 2.30.2