summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2012-07-31 21:58:45 -0700
committerStanislav Malyshev <stas@php.net>2012-07-31 21:58:45 -0700
commit1fc35147349d06983a3bf49af0f91f3077dc1512 (patch)
treee13aff9361247a89a8d2556d27a0e962dd21490f /main/php_version.h
parentff729aabf7a3dd7bd76b50dcaf7051e414f3714c (diff)
downloadphp-git-1fc35147349d06983a3bf49af0f91f3077dc1512.tar.gz
5.4.6rc1php-5.4.6RC1
Diffstat (limited to 'main/php_version.h')
-rw-r--r--main/php_version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/php_version.h b/main/php_version.h
index 4b7709c552..06a924ec3a 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -2,7 +2,7 @@
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 4
-#define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.4.5-dev"
+#define PHP_RELEASE_VERSION 6
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.4.6RC1"
#define PHP_VERSION_ID 50405