summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2002-05-06 15:19:36 +0000
committerDerick Rethans <derick@php.net>2002-05-06 15:19:36 +0000
commitb7e1d6a196b758eae50813727744115701feaec5 (patch)
treec6b986e472f09b88dc94f5b3a9f6fcaeca269863
parent7d884d8e7b9eee94bc63a53c3b03561b2812dc5b (diff)
downloadphp-git-b7e1d6a196b758eae50813727744115701feaec5.tar.gz
- GO with rc2
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 9812d2df7b..9cdee2532d 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.1RC, nodefine)
+AM_INIT_AUTOMAKE(php, 4.2.1RC2, nodefine)
AM_CONFIG_HEADER(main/php_config.h)
AM_MAINTAINER_MODE
diff --git a/main/php_version.h b/main/php_version.h
index 4c67085eee..b40a32c5b0 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.1RC"
+#define PHP_VERSION "4.2.1RC2"