]> granicus.if.org Git - php/commitdiff
Move along, nothing to see.
authorEdin Kadribasic <edink@php.net>
Fri, 27 Jun 2003 22:18:06 +0000 (22:18 +0000)
committerEdin Kadribasic <edink@php.net>
Fri, 27 Jun 2003 22:18:06 +0000 (22:18 +0000)
configure.in
main/php_version.h

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