diff options
| author | foobar <sniper@php.net> | 2004-04-08 23:56:45 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2004-04-08 23:56:45 +0000 |
| commit | 065d0986aaaaf066731a8233d9fae9fd48117da9 (patch) | |
| tree | a9d2f8cc962fe352b370b7d28c9ef7fbd354f42b | |
| parent | 8a088529c929884a38f9955368bf233553cdb6eb (diff) | |
| download | php-git-065d0986aaaaf066731a8233d9fae9fd48117da9.tar.gz | |
fix typo
| -rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 742826cd1d..74a86ea928 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=6 -EXTRA_VERSION="RC3-dev" +EXTRA_VERSION="RC4-dev" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" dnl Define where extension directories are located in the configure context |
