summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-04-29 23:57:37 +0200
committerFerenc Kovacs <tyrael@php.net>2015-04-30 00:00:18 +0200
commite629e4ba201c5003a3eaf9e801a4e20c1f61e866 (patch)
tree4f2aa7a6f7c28d8019076996c95fa03162171086 /main/php_version.h
parentd004c1d5fff77451ff3c6e96cfd8a11dbd83eb0a (diff)
downloadphp-git-php-5.6.9RC1.tar.gz
5.6.9RC1php-5.6.9RC1
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 a899388085..591912921c 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 6
#define PHP_RELEASE_VERSION 9
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.6.9-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.6.9RC1"
#define PHP_VERSION_ID 50609