diff options
author | Derick Rethans <derick@php.net> | 2002-04-20 11:14:06 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2002-04-20 11:14:06 +0000 |
commit | ed253b36eeb500630a3bc7bc565272016c152b45 (patch) | |
tree | 90113ac9c28d023205046617a86de1c33c411265 | |
parent | bb41e69096001a18eebc2dfb0bc026bcfebad3e1 (diff) | |
download | php-git-ed253b36eeb500630a3bc7bc565272016c152b45.tar.gz |
Go with 4.2.0
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | main/php_version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 890f3ddaa3..3792febe90 100644 --- a/configure.in +++ b/configure.in @@ -36,7 +36,7 @@ for arg in $0 "$@"; do done AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(php, 4.2.0-dev, nodefine) +AM_INIT_AUTOMAKE(php, 4.2.0, nodefine) AM_CONFIG_HEADER(main/php_config.h) AM_MAINTAINER_MODE diff --git a/main/php_version.h b/main/php_version.h index 5153ecef49..82d71ea6ef 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -1,3 +1,3 @@ /* automatically generated by configure */ /* edit configure.in to change version number */ -#define PHP_VERSION "4.2.0RC" +#define PHP_VERSION "4.2.0" |