From: Derick Rethans Date: Mon, 11 Jul 2005 08:09:51 +0000 (+0000) Subject: - Back to -dev. X-Git-Tag: php-4.4.1RC1~117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4605e3a541c6cc98846023942f6de05b3fbdd451;p=php - Back to -dev. --- diff --git a/configure.in b/configure.in index 20ce9fdb90..4534ddc3a1 100644 --- a/configure.in +++ b/configure.in @@ -40,8 +40,8 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=4 MINOR_VERSION=4 -RELEASE_VERSION=0 -EXTRA_VERSION="" +RELEASE_VERSION=1 +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 d4159289f2..faa762ad6a 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 4 #define PHP_MINOR_VERSION 4 -#define PHP_RELEASE_VERSION 0 -#define PHP_EXTRA_VERSION "" -#define PHP_VERSION "4.4.0" +#define PHP_RELEASE_VERSION 1 +#define PHP_EXTRA_VERSION "-dev" +#define PHP_VERSION "4.4.1-dev"