diff options
author | SVN Migration <svn@php.net> | 2003-07-30 21:57:03 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2003-07-30 21:57:03 +0000 |
commit | 2602a03c39aa8f6a976c928e515d1b2e909a2ab8 (patch) | |
tree | c255b7cdf4ef10963394495aa555aeb72f3620e1 /configure.in | |
parent | 8caea61bd3804d34db53f327b9d452f5a3b4e94f (diff) | |
download | php-git-php-4.3.3RC2.tar.gz |
This commit was manufactured by cvs2svn to create tag 'php_4_3_3RC2'.php-4.3.3RC2
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 7df5a16468..d5b9224496 100644 --- a/configure.in +++ b/configure.in @@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=4 MINOR_VERSION=3 RELEASE_VERSION=3 -EXTRA_VERSION="RC3-dev" +EXTRA_VERSION="RC2" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" dnl Define where extension directories are located in the configure context |