]> granicus.if.org Git - php/commitdiff
Back to dev
authorIlia Alshanetsky <iliaa@php.net>
Sun, 27 Nov 2005 17:29:54 +0000 (17:29 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Sun, 27 Nov 2005 17:29:54 +0000 (17:29 +0000)
configure.in
main/php_version.h

index fe0be631ec4319caa283c9f503673391d5b1439c..2fcb132dd28d0dc083c519465d146d61eac5a656 100644 (file)
@@ -41,8 +41,8 @@ AC_CONFIG_HEADER(main/php_config.h)
 
 MAJOR_VERSION=5
 MINOR_VERSION=1
-RELEASE_VERSION=1
-EXTRA_VERSION=""
+RELEASE_VERSION=2
+EXTRA_VERSION="-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 86c35ce685a2f852fdd4815189402308787483a9..b236431cade48a85f75f2cae49ecabb9d98b55d1 100644 (file)
@@ -2,6 +2,6 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
-#define PHP_RELEASE_VERSION 1
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.1.1"
+#define PHP_RELEASE_VERSION 2
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.1.2-dev"