]> granicus.if.org Git - php/commitdiff
- Back to -dev. Guys (n' Girls), give at least 1 hour before you start
authorAndi Gutmans <andi@php.net>
Tue, 21 Jun 2005 16:31:19 +0000 (16:31 +0000)
committerAndi Gutmans <andi@php.net>
Tue, 21 Jun 2005 16:31:19 +0000 (16:31 +0000)
- complaining about not going back to -dev. I like checking the tarball
- before I change it back.

Zend/zend.h
configure.in
main/php_version.h

index 190df20e0018e9980558ce9669ba204db0d97b0b..eb06003029937609bc919b853209660031883efb 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION "2.1.0b2"
+#define ZEND_VERSION "2.1.0-dev"
 
 #define ZEND_ENGINE_2
 
index 40e55b2cc547e566b3b0d63575ebe9241caf56dc..1b7274bfdcfa875bac253e10fcf90e24522b1acf 100644 (file)
@@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=1
 RELEASE_VERSION=0
-EXTRA_VERSION="b2"
+EXTRA_VERSION="-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 423e53eb9c7edb6d4fbde130c8f632b29a8394e5..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 "b2"
-#define PHP_VERSION "5.1.0b2"
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.1.0-dev"