Skip to content

Commit fadd7f0

Browse files
committed
bump versions after release
1 parent 481520d commit fadd7f0

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3+
?? ??? ????, PHP 7.1.33
4+
5+
6+
37
29 Aug 2019, PHP 7.1.32
48

59
- mbstring:

configure.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ int zend_sprintf(char *buffer, const char *format, ...);
119119

120120
PHP_MAJOR_VERSION=7
121121
PHP_MINOR_VERSION=1
122-
PHP_RELEASE_VERSION=32
123-
PHP_EXTRA_VERSION=""
122+
PHP_RELEASE_VERSION=33
123+
PHP_EXTRA_VERSION="dev"
124124
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
125125
PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`
126126

main/php_version.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* edit configure.in to change version number */
33
#define PHP_MAJOR_VERSION 7
44
#define PHP_MINOR_VERSION 1
5-
#define PHP_RELEASE_VERSION 32
6-
#define PHP_EXTRA_VERSION ""
7-
#define PHP_VERSION "7.1.32"
8-
#define PHP_VERSION_ID 70132
5+
#define PHP_RELEASE_VERSION 33
6+
#define PHP_EXTRA_VERSION "dev"
7+
#define PHP_VERSION "7.1.33"
8+
#define PHP_VERSION_ID 70133

0 commit comments

Comments
 (0)