summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2011-12-22 03:25:28 +0000
committerStanislav Malyshev <stas@php.net>2011-12-22 03:25:28 +0000
commit1a79692791cf1d92f712ba59cc4d148ad3a7b496 (patch)
tree2a4a44fe9086e53aa611156a4b39e922f32e0a5a /main/php_version.h
parent0610ca459a8b4bd6c5ef1c70dfd8b5198c0e8253 (diff)
downloadphp-git-1a79692791cf1d92f712ba59cc4d148ad3a7b496.tar.gz
5.4.0rc4
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 3d48e096fb..4319570d27 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 0
-#define PHP_EXTRA_VERSION "RC4-dev"
-#define PHP_VERSION "5.4.0RC4-dev"
+#define PHP_EXTRA_VERSION "RC4"
+#define PHP_VERSION "5.4.0RC4"
#define PHP_VERSION_ID 50400