diff options
author | David Soria Parra <dsp@php.net> | 2013-08-15 22:42:04 +0200 |
---|---|---|
committer | David Soria Parra <dsp@php.net> | 2013-08-15 22:42:04 +0200 |
commit | 29b4532f618973b80b6b7017b44139995dce697c (patch) | |
tree | 607efc6cfce8e307170685f2bdfa9e8ccdd98e6b /configure.in | |
parent | f12f3abe8e529a1ddfcbcc857f95986b591bce9f (diff) | |
download | php-git-php-5.5.2.tar.gz |
PHP 5.5.2php-5.5.2
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 19c96d4151..41c27847a4 100644 --- a/configure.in +++ b/configure.in @@ -120,7 +120,7 @@ int zend_sprintf(char *buffer, const char *format, ...); PHP_MAJOR_VERSION=5 PHP_MINOR_VERSION=5 PHP_RELEASE_VERSION=2 -PHP_EXTRA_VERSION="-dev" +PHP_EXTRA_VERSION="" PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION" PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION` |