summaryrefslogtreecommitdiff
path: root/main/php_version.h
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 /main/php_version.h
parentc1224573c773b6845e83505f717fbf820fc18415 (diff)
downloadphp-git-PHP-5.3.28.tar.gz
Diffstat (limited to 'main/php_version.h')
-rw-r--r--main/php_version.h4
1 files changed, 2 insertions, 2 deletions
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