From: Derick Rethans Date: Wed, 30 Mar 2005 22:24:52 +0000 (+0000) Subject: - Back to dev so that we have working snapshots again. X-Git-Tag: php-5.0.5RC1~505 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21545018c37717987893593ceaa7f26424e3ef8d;p=php - Back to dev so that we have working snapshots again. --- diff --git a/configure.in b/configure.in index 8a48efb4f9..a8b585462d 100644 --- a/configure.in +++ b/configure.in @@ -40,8 +40,8 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=5 MINOR_VERSION=0 -RELEASE_VERSION=4 -EXTRA_VERSION="" +RELEASE_VERSION=5 +EXTRA_VERSION="-dev" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" dnl Define where extension directories are located in the configure context diff --git a/main/php_version.h b/main/php_version.h index b9a1a69066..78fe025023 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -2,6 +2,6 @@ /* edit configure.in to change version number */ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 0 -#define PHP_RELEASE_VERSION 4 -#define PHP_EXTRA_VERSION "" -#define PHP_VERSION "5.0.4" +#define PHP_RELEASE_VERSION 5 +#define PHP_EXTRA_VERSION "-dev" +#define PHP_VERSION "5.0.5-dev"