From: Michael Wallner Date: Wed, 20 Sep 2006 07:59:36 +0000 (+0000) Subject: - version bump X-Git-Tag: RELEASE_1_3_1~13 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=2a929fe95c4303891769139d42440a3670e76033 - version bump --- 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"