]> granicus.if.org Git - php/commitdiff
- Back to -dev
authorAndi Gutmans <andi@php.net>
Fri, 10 Jun 2005 18:29:10 +0000 (18:29 +0000)
committerAndi Gutmans <andi@php.net>
Fri, 10 Jun 2005 18:29:10 +0000 (18:29 +0000)
Zend/zend.h
configure.in
main/php_version.h

index fa2335fdf0cdcce812d296eceb6c5fce722e156e..248e7d02330e42e29156d03e8d74ffc3debc1046 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION "2.1.0b1"
+#define ZEND_VERSION "2.1.0-dev"
 
 #define ZEND_ENGINE_2
 
index 8ac8a6024e7295bd2c83ed946d98fe3b77dc0056..1db39657d8691a1e7b564260115bf9696a846dc8 100644 (file)
@@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=1
 RELEASE_VERSION=0
-EXTRA_VERSION="b1"
+EXTRA_VERSION="-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index a42d7a5dd12d18dbadb6023e0f5c0334d3c40f8c..eefa06de776db7c4389d5dcfda0c97181c152db5 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "b1"
-#define PHP_VERSION "5.1.0b1"
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.1.0-dev"