Skip to content

Commit faf03e4

Browse files
committed
bump versions of all the things
1 parent 3d15a6f commit faf03e4

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Zend/zend.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#ifndef ZEND_H
2121
#define ZEND_H
2222

23-
#define ZEND_VERSION "3.4.0-dev"
23+
#define ZEND_VERSION "4.0.0-dev"
2424

2525
#define ZEND_ENGINE_3
2626

configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ extern "C++" {
109109
#endif /* PHP_CONFIG_H */
110110
])
111111

112-
PHP_MAJOR_VERSION=7
113-
PHP_MINOR_VERSION=4
112+
PHP_MAJOR_VERSION=8
113+
PHP_MINOR_VERSION=0
114114
PHP_RELEASE_VERSION=0
115115
PHP_EXTRA_VERSION="-dev"
116116
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"

main/php_version.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* automatically generated by configure */
22
/* edit configure.ac to change version number */
3-
#define PHP_MAJOR_VERSION 7
4-
#define PHP_MINOR_VERSION 4
3+
#define PHP_MAJOR_VERSION 8
4+
#define PHP_MINOR_VERSION 0
55
#define PHP_RELEASE_VERSION 0
66
#define PHP_EXTRA_VERSION "-dev"
7-
#define PHP_VERSION "7.4.0-dev"
8-
#define PHP_VERSION_ID 70400
7+
#define PHP_VERSION "8.0.0-dev"
8+
#define PHP_VERSION_ID 80000

0 commit comments

Comments
 (0)