summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2012-09-12 23:27:16 +0200
committerJohannes Schlüter <johannes@php.net>2012-09-12 23:27:16 +0200
commit8244eea4951a30fa959a0e4c59224425f2f8865c (patch)
tree21105ea0ad9df53835efba21152d4451862814d2 /configure.in
parentf9e407ec415dc289f901416ac25dfb92c22a1462 (diff)
downloadphp-git-PHP-5.3.17.tar.gz
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index d896583313..92696e3db4 100644
--- a/configure.in
+++ b/configure.in
@@ -41,8 +41,8 @@ AC_CONFIG_HEADER(main/php_config.h)
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=3
-PHP_RELEASE_VERSION=16
-PHP_EXTRA_VERSION="-dev"
+PHP_RELEASE_VERSION=17
+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`