summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2011-08-22 22:08:48 +0000
committerJohannes Schlüter <johannes@php.net>2011-08-22 22:08:48 +0000
commit952b9a969554e3ed0dd03eaa9d67c49ebc5f9f0f (patch)
tree5007743e20519202422ea14c8abea33f71c1e906 /configure.in
parente63bf6e63ed2fe39c1eeb4f1f46e387e03fb6524 (diff)
downloadphp-git-952b9a969554e3ed0dd03eaa9d67c49ebc5f9f0f.tar.gz
- PHP 5.3.8
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 711e452059..c7df64394b 100644
--- a/configure.in
+++ b/configure.in
@@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h)
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=3
PHP_RELEASE_VERSION=8
-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`