]> granicus.if.org Git - php/commitdiff
- Go to RC2-dev.
authorfoobar <sniper@php.net>
Wed, 18 Jun 2003 22:04:41 +0000 (22:04 +0000)
committerfoobar <sniper@php.net>
Wed, 18 Jun 2003 22:04:41 +0000 (22:04 +0000)
configure.in
main/php_version.h

index d3c2684bac39e636893cbb262d38504434ce16d9..4c7e9e532f07d9b8a033fc3e064822e5f1a0289c 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=3
-EXTRA_VERSION="RC1"
+EXTRA_VERSION="RC2-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index dd91859d4b078e6bd5ff4347084e64b19d916c45..ba4a65bd6d2612f75dffd38333361b5367f774c0 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 "RC1"
-#define PHP_VERSION "4.3.3RC1"
+#define PHP_EXTRA_VERSION "RC2-dev"
+#define PHP_VERSION "4.3.3RC2-dev"