diff options
author | SVN Migration <svn@php.net> | 2006-07-31 15:04:55 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2006-07-31 15:04:55 +0000 |
commit | 9ad46b43db223eaadaa49a70136162f4154278f0 (patch) | |
tree | 9812505849a122d6879d033852b4135dc3714281 /configure.in | |
parent | 3072d1bb2b85e332337f391c8ff71e270e639edc (diff) | |
download | php-git-php-4.4.3.tar.gz |
This commit was manufactured by cvs2svn to create tag 'php_4_4_3'.php-4.4.3
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 7d9772a1a0..33638b2346 100644 --- a/configure.in +++ b/configure.in @@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=4 MINOR_VERSION=4 RELEASE_VERSION=3 -EXTRA_VERSION="RC2-dev" +EXTRA_VERSION="" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" dnl Define where extension directories are located in the configure context |