]> granicus.if.org Git - php/commitdiff
beta 1
authorSterling Hughes <sterling@php.net>
Fri, 27 Jun 2003 22:09:12 +0000 (22:09 +0000)
committerSterling Hughes <sterling@php.net>
Fri, 27 Jun 2003 22:09:12 +0000 (22:09 +0000)
configure.in
main/php_version.h

index b392306047ba25d1a267151b1c96f12cc07b4cba..b5a7d17c97597b519a3b911bd3a0a88044238f76 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=0
 RELEASE_VERSION=0
-EXTRA_VERSION="-dev"
+EXTRA_VERSION="b1"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 3d13b2abe60ed2cc50296336145f01e8f036ac70..10d01e5d4f269a25ffb84f58bc10997413ad6879 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 "-dev"
-#define PHP_VERSION "5.0.0-dev"
+#define PHP_EXTRA_VERSION "b1"
+#define PHP_VERSION "5.0.0b1"