Skip to content

Commit a5adbd5

Browse files
committed
Update versions for PHP 7.2.0beta1
1 parent 1d184e1 commit a5adbd5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
108108
PHP_MAJOR_VERSION=7
109109
PHP_MINOR_VERSION=2
110110
PHP_RELEASE_VERSION=0
111-
PHP_EXTRA_VERSION="-dev"
111+
PHP_EXTRA_VERSION="beta1"
112112
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
113113
PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`
114114

main/php_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
#define PHP_MAJOR_VERSION 7
44
#define PHP_MINOR_VERSION 2
55
#define PHP_RELEASE_VERSION 0
6-
#define PHP_EXTRA_VERSION "-dev"
7-
#define PHP_VERSION "7.2.0-dev"
6+
#define PHP_EXTRA_VERSION "beta1"
7+
#define PHP_VERSION "7.2.0beta1"
88
#define PHP_VERSION_ID 70200

0 commit comments

Comments
 (0)