]> granicus.if.org Git - php/commitdiff
- Back to dev so that we have working snapshots again.
authorDerick Rethans <derick@php.net>
Wed, 30 Mar 2005 22:24:52 +0000 (22:24 +0000)
committerDerick Rethans <derick@php.net>
Wed, 30 Mar 2005 22:24:52 +0000 (22:24 +0000)
configure.in
main/php_version.h

index 8a48efb4f92661b5e273a7a7605e1cbc75d4745f..a8b585462d4848a6789cec1e2dca86d818bcda7f 100644 (file)
@@ -40,8 +40,8 @@ AC_CONFIG_HEADER(main/php_config.h)
 
 MAJOR_VERSION=5
 MINOR_VERSION=0
-RELEASE_VERSION=4
-EXTRA_VERSION=""
+RELEASE_VERSION=5
+EXTRA_VERSION="-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index b9a1a690662da1def519bfa3b882387edea57145..78fe025023200e38a2aa9effa25a38beff92ae6f 100644 (file)
@@ -2,6 +2,6 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
-#define PHP_RELEASE_VERSION 4
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.0.4"
+#define PHP_RELEASE_VERSION 5
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.0.5-dev"