summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2010-07-21 10:32:07 +0000
committerJohannes Schlüter <johannes@php.net>2010-07-21 10:32:07 +0000
commitc863f476a5063b7e32c5ab0e519170441a1fbb92 (patch)
treeb954c05d2a56f6d1607a55482b848390d9c0438f
parent5fdf15ea49eae93abac655af6682873327e545af (diff)
downloadphp-git-c863f476a5063b7e32c5ab0e519170441a1fbb92.tar.gz
PHP 5.2.14
-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 10e108ffa5..675c42ca08 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=2
PHP_RELEASE_VERSION=14
-PHP_EXTRA_VERSION="RC4-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 26a9a2a408..21819c47ff 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 2
#define PHP_RELEASE_VERSION 14
-#define PHP_EXTRA_VERSION "RC4-dev"
-#define PHP_VERSION "5.2.14RC4-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.2.14"
#define PHP_VERSION_ID 50214