summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorFerenc Kovacs <tyra3l@gmail.com>2016-08-04 01:47:14 +0200
committerFerenc Kovacs <tyra3l@gmail.com>2016-08-04 01:47:14 +0200
commit327f538e917ce5fc2b106a59d835c2724ed46602 (patch)
tree87923d4ab3c2b489b4090a13bf43e70f6962a1b6 /main/php_version.h
parent9667ee4f72c7dafce993b71104a52beb7c3aff15 (diff)
downloadphp-git-php-5.6.25RC1.tar.gz
5.6.25RC1php-5.6.25RC1
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 3fd226da92..69097ea37d 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 25
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.6.25-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.6.25RC1"
#define PHP_VERSION_ID 50625