summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2012-03-21 23:48:42 -0700
committerStanislav Malyshev <stas@php.net>2012-03-21 23:48:42 -0700
commit8cdfc8bead815973d29ca5499b16b7171c0a45bc (patch)
tree790ad0ca100d6e40a90f67aaa611181b39d47366 /main/php_version.h
parentc0e9767131c01729f94c313850c11df127867225 (diff)
downloadphp-git-PHP-5.4.1-RC1.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 b4c616ff54..5825b7cf2e 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 "RC1-dev"
-#define PHP_VERSION "5.4.1RC1-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.4.1RC1"
#define PHP_VERSION_ID 50401