summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2012-04-24 09:47:33 -0700
committerStanislav Malyshev <stas@php.net>2012-04-24 09:47:33 -0700
commit02db9931c8ccbe7ab0b4adb9af44577c27213eeb (patch)
tree22ba8977c4ddf258dff4cbafc57d2b3f95f34b8b /main/php_version.h
parent07679e98d6f28a8a71e27ead479ae65a72c0d58d (diff)
downloadphp-git-PHP-5.4.1.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 a4d604824d..585c84ed7d 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 4
#define PHP_RELEASE_VERSION 1
-#define PHP_EXTRA_VERSION "RC2"
-#define PHP_VERSION "5.4.1RC2"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.4.1"
#define PHP_VERSION_ID 50401