Skip to content

Commit e3a2fc1

Browse files
committed
Update versions for PHP 7.2.0alpha1
1 parent 5f4f0c7 commit e3a2fc1

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
@@ -106,7 +106,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
106106
PHP_MAJOR_VERSION=7
107107
PHP_MINOR_VERSION=2
108108
PHP_RELEASE_VERSION=0
109-
PHP_EXTRA_VERSION="-dev"
109+
PHP_EXTRA_VERSION="alpha1"
110110
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
111111
PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`
112112

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 "alpha1"
7+
#define PHP_VERSION "7.2.0alpha1"
88
#define PHP_VERSION_ID 70200

0 commit comments

Comments
 (0)