summaryrefslogtreecommitdiff
path: root/main/php_version.h
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 /main/php_version.h
parent2b7a26128a83d6d6f0e0673ee06cc3a4485d8da5 (diff)
downloadphp-git-PHP-5.3.14.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 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