From f1a8fde76a33146123bb5a345cfc4a85f91431cc Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Wed, 16 Nov 2005 15:41:59 +0000 Subject: [PATCH] back to dev --- configure.in | 2 +- main/php_version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index b3b7074e1e..e649a92585 100644 --- a/configure.in +++ b/configure.in @@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=5 MINOR_VERSION=1 RELEASE_VERSION=0 -EXTRA_VERSION="RC5" +EXTRA_VERSION="RC6-dev" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" dnl Define where extension directories are located in the configure context diff --git a/main/php_version.h b/main/php_version.h index f6e5a60e73..5a81893748 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,5 +3,5 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 1 #define PHP_RELEASE_VERSION 0 -#define PHP_EXTRA_VERSION "RC5" -#define PHP_VERSION "5.1.0RC5" +#define PHP_EXTRA_VERSION "RC6-dev" +#define PHP_VERSION "5.1.0RC6-dev" -- 2.50.1