]> granicus.if.org Git - php/commitdiff
Back to dev
authorIlia Alshanetsky <iliaa@php.net>
Mon, 18 Aug 2003 14:02:28 +0000 (14:02 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Mon, 18 Aug 2003 14:02:28 +0000 (14:02 +0000)
configure.in
main/php_version.h

index 5c093280edd3f15722a018c4cd05a2f20a0308dd..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="RC4"
+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 3aad10b3d6e94ba38da385d5d7080b07372afe1c..553690d5ec2583c85c18d70f7760cc2e08b61376 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 "RC4"
-#define PHP_VERSION "4.3.3RC4"
+#define PHP_EXTRA_VERSION "RC5-dev"
+#define PHP_VERSION "4.3.3RC5-dev"