]> granicus.if.org Git - php/commitdiff
RC4 (hopefully it'll actually be the final)
authorIlia Alshanetsky <iliaa@php.net>
Thu, 7 Aug 2003 18:42:40 +0000 (18:42 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 7 Aug 2003 18:42:40 +0000 (18:42 +0000)
configure.in
main/php_version.h

index 066acc239dc272a65fa448e35b41249f2865f0a8..4ee6238d4f4b6bb1d231400f3a94b368d6f6b9b5 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=3
-EXTRA_VERSION="RC3"
+EXTRA_VERSION="RC4-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 5e7082e2b9063fab1ec09bcadebb1a92c503dcf4..2a192f3a4dd1eb46de9eff3b3a9e34db0f656ee8 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION "RC3"
-#define PHP_VERSION "4.3.3RC3"
+#define PHP_EXTRA_VERSION "RC4-dev"
+#define PHP_VERSION "4.3.3RC4-dev"