]> granicus.if.org Git - php/commitdiff
B3 here we come
authorZeev Suraski <zeev@php.net>
Sun, 21 Dec 2003 18:26:29 +0000 (18:26 +0000)
committerZeev Suraski <zeev@php.net>
Sun, 21 Dec 2003 18:26:29 +0000 (18:26 +0000)
configure.in
main/php_version.h

index 40fd38509820b93e437f1be691f0dd4ee10372ba..ab8bf66f2b4c1503991c66635b14088a1e9dca39 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=0
 RELEASE_VERSION=0
-EXTRA_VERSION="b3-dev"
+EXTRA_VERSION="b3"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 23b4ed6fe5c81d600aed0a9e9b92afb46fc1ec91..76b20f26d5e9278b49df5cad9b1f72c1e9a4703d 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 "b3-dev"
-#define PHP_VERSION "5.0.0b3-dev"
+#define PHP_EXTRA_VERSION "b3"
+#define PHP_VERSION "5.0.0b3"