diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2005-11-16 15:41:59 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2005-11-16 15:41:59 +0000 |
| commit | f1a8fde76a33146123bb5a345cfc4a85f91431cc (patch) | |
| tree | 00f2e5777b4661b901e5fc1c6bcd931902f8138e | |
| parent | cce5e8c9ea845ddd180a61d64bf1bfef34bd3218 (diff) | |
| download | php-git-f1a8fde76a33146123bb5a345cfc4a85f91431cc.tar.gz | |
back to dev
| -rw-r--r-- | configure.in | 2 | ||||
| -rw-r--r-- | 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" |
