summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2018-09-28 14:50:54 +0000
committerSara Golemon <pollita@php.net>2018-09-28 14:50:54 +0000
commit265ab8c606d92448fd3ea94931a64ca7e26041db (patch)
treea2b3ca80867e002417381bbd7e45981b4eec8e34 /main/php_version.h
parentbc60da9e04aeb5ea3b90d669a421cbde44322488 (diff)
downloadphp-git-php-7.1.23RC1.tar.gz
Update versions for PHP 7.1.23RC1php-7.1.23RC1
Diffstat (limited to 'main/php_version.h')
-rw-r--r--main/php_version.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/php_version.h b/main/php_version.h
index 01ca986206..c4c7315e2e 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 7
#define PHP_MINOR_VERSION 1
-#define PHP_RELEASE_VERSION 22
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.1.22-dev"
-#define PHP_VERSION_ID 70122
+#define PHP_RELEASE_VERSION 23
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "7.1.23RC1"
+#define PHP_VERSION_ID 70123