summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-06-18 21:59:59 +0000
committerfoobar <sniper@php.net>2003-06-18 21:59:59 +0000
commitc6647fc0bfd31ece9d50dc00bdf6b41b4444e3ea (patch)
tree517e512c8a4c7b0f766e516f8c7dbb7209c9fa6c
parent50b17c0f7d6a655af6bfc88c6e8c4650017f0437 (diff)
downloadphp-git-c6647fc0bfd31ece9d50dc00bdf6b41b4444e3ea.tar.gz
- Go with PHP 4.3.3RC1
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index d235f9ca42..d3c2684bac 100644
--- a/configure.in
+++ b/configure.in
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
MAJOR_VERSION=4
MINOR_VERSION=3
RELEASE_VERSION=3
-EXTRA_VERSION="-dev"
+EXTRA_VERSION="RC1"
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 21948517ba..dd91859d4b 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,5 +3,5 @@
#define PHP_MAJOR_VERSION 4
#define PHP_MINOR_VERSION 3
#define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "4.3.3-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "4.3.3RC1"