summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2012-06-13 10:18:44 +0200
committerJohannes Schlüter <johannes@php.net>2012-06-13 10:18:44 +0200
commitd41f74f0894deb18db13a43d56363d84f97dd237 (patch)
treed12b4c4a96714f5a492fa16b43f57a3139746419
parent2b7a26128a83d6d6f0e0673ee06cc3a4485d8da5 (diff)
downloadphp-git-PHP-5.3.14.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 4fc677eca2..f48ce4ff33 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=14
-PHP_EXTRA_VERSION="RC2"
+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 a7cafd71ce..dc61b93ee4 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 14
-#define PHP_EXTRA_VERSION "RC2"
-#define PHP_VERSION "5.3.14RC2"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.3.14"
#define PHP_VERSION_ID 50314