Skip to content

Commit b51be55

Browse files
committed
Update version for PHP 7.3.1
1 parent 1258361 commit b51be55

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: 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.3.1RC1"
23+
#define ZEND_VERSION "3.3.1"
2424

2525
#define ZEND_ENGINE_3
2626

Diff for: 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=3
110110
PHP_RELEASE_VERSION=1
111-
PHP_EXTRA_VERSION="RC1"
111+
PHP_EXTRA_VERSION=""
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

Diff for: 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 3
55
#define PHP_RELEASE_VERSION 1
6-
#define PHP_EXTRA_VERSION "RC1"
7-
#define PHP_VERSION "7.3.1RC1"
6+
#define PHP_EXTRA_VERSION ""
7+
#define PHP_VERSION "7.3.1"
88
#define PHP_VERSION_ID 70301

0 commit comments

Comments
 (0)