]> granicus.if.org Git - php/commitdiff
- Make the world a better place.
authorAndi Gutmans <andi@php.net>
Sat, 20 Dec 2003 21:27:49 +0000 (21:27 +0000)
committerAndi Gutmans <andi@php.net>
Sat, 20 Dec 2003 21:27:49 +0000 (21:27 +0000)
- Will roll b3 tomorrow.

configure.in
main/php_version.h

index c47a03bac2de1310043f70e71e1c2b8feb2c1048..40fd38509820b93e437f1be691f0dd4ee10372ba 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=0
 RELEASE_VERSION=0
-EXTRA_VERSION="b3RC2"
+EXTRA_VERSION="b3-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index de2deb5241e09622afa84235dc9800834c51f1bb..23b4ed6fe5c81d600aed0a9e9b92afb46fc1ec91 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "b3RC2"
-#define PHP_VERSION "5.0.0b3RC2"
+#define PHP_EXTRA_VERSION "b3-dev"
+#define PHP_VERSION "5.0.0b3-dev"