diff options
author | Andi Gutmans <andi@php.net> | 2004-04-21 09:59:52 (GMT) |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2004-04-21 09:59:52 (GMT) |
commit | 40c20d3d722e35e22849f0429ea89f809b071ba8 (patch) | |
tree | 08b76d4be334a45c59a96f0c067bd80753fef3af /configure.in | |
parent | d6cb1431acc89152040cfbd745431949ea424d85 (diff) | |
download | php-40c20d3d722e35e22849f0429ea89f809b071ba8.tar.gz |
- Prepare for RC2RC2 (if everything is OK especially Zeev's interface
- patch I'll roll RC2 tomorrow).
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 5190f9d..227d743 100644 --- a/configure.in +++ b/configure.in @@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=5 MINOR_VERSION=0 RELEASE_VERSION=0 -EXTRA_VERSION="RC2-dev" +EXTRA_VERSION="RC2RC2" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" dnl Define where extension directories are located in the configure context |