]> granicus.if.org Git - php/commitdiff
- Go with PHP 4.3.3RC1
authorfoobar <sniper@php.net>
Wed, 18 Jun 2003 21:59:59 +0000 (21:59 +0000)
committerfoobar <sniper@php.net>
Wed, 18 Jun 2003 21:59:59 +0000 (21:59 +0000)
configure.in
main/php_version.h

index d235f9ca42d4f8015f965b127e69c0a2889a4d78..d3c2684bac39e636893cbb262d38504434ce16d9 100644 (file)
@@ -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
index 21948517bafa74c892f87354d63b951af4c08971..dd91859d4b078e6bd5ff4347084e64b19d916c45 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 "-dev"
-#define PHP_VERSION "4.3.3-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "4.3.3RC1"