From: Ilia Alshanetsky Date: Mon, 18 Aug 2003 14:04:30 +0000 (+0000) Subject: RC5 not RC4 X-Git-Tag: php-4.3.3~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ceecd3e5e1bdfb612a0b3e5ac98314d26bdf4b1;p=php RC5 not RC4 --- diff --git a/configure.in b/configure.in index 4ee6238d4f..640b6b8a62 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="RC4-dev" +EXTRA_VERSION="RC5-dev" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" dnl Define where extension directories are located in the configure context