]> granicus.if.org Git - php/commitdiff
RC3 is a go.
authorIlia Alshanetsky <iliaa@php.net>
Thu, 7 Aug 2003 17:42:02 +0000 (17:42 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 7 Aug 2003 17:42:02 +0000 (17:42 +0000)
configure.in
main/php_version.h

index 5ba92af3dabecb85fa24387f92b6f18b7da2f3cf..066acc239dc272a65fa448e35b41249f2865f0a8 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-dev"
+EXTRA_VERSION="RC3"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 22f61c108002ff67b32bbccbb9710159e107c2ae..5e7082e2b9063fab1ec09bcadebb1a92c503dcf4 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-dev"
-#define PHP_VERSION "4.3.3RC3-dev"
+#define PHP_EXTRA_VERSION "RC3"
+#define PHP_VERSION "4.3.3RC3"