]> granicus.if.org Git - php/commitdiff
Back to 4.3.0-dev.
authorAndrei Zmievski <andrei@php.net>
Thu, 14 Nov 2002 19:16:30 +0000 (19:16 +0000)
committerAndrei Zmievski <andrei@php.net>
Thu, 14 Nov 2002 19:16:30 +0000 (19:16 +0000)
configure.in
main/php_version.h

index b8dafbc2570828443910f9da7e9f859664156022..b93005648ea324e05da6601c3893a72f5938bac2 100644 (file)
@@ -44,7 +44,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=0
-EXTRA_VERSION="RC1"
+EXTRA_VERSION="-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 7c235013a10f346eb0e9fbbf90714f373356ba24..70294a012d5f3c3795bc329d141374d165ff6291 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "4.3.0RC1"
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "4.3.0-dev"