summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2013-12-10 11:04:57 -0800
committerStanislav Malyshev <stas@php.net>2013-12-10 11:04:57 -0800
commitfabcd658d1124d9fbe5c7632ca89def06a6f8600 (patch)
treec1dccd690200efacd650882b30a13451815d8d4f
parentc1224573c773b6845e83505f717fbf820fc18415 (diff)
downloadphp-git-PHP-5.3.28.tar.gz
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 8a0aa45a9d..4bf50ad3f3 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=28
-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`
diff --git a/main/php_version.h b/main/php_version.h
index bddf0bc12f..b3c4ec6c52 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 3
#define PHP_RELEASE_VERSION 28
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.3.28-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.3.28"
#define PHP_VERSION_ID 50328