Skip to content

Commit f0f8c3b

Browse files
authored
Release php-ast 1.0.8 (nikic#171)
1 parent faf5397 commit f0f8c3b

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

.appveyor.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -72,62 +72,62 @@ environment:
7272
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
7373
ARCH: x64
7474
VC: vc15
75-
PHP_VER: 7.2.26
75+
PHP_VER: 7.2.32
7676
TS: 0
7777
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
7878
ARCH: x64
7979
VC: vc15
80-
PHP_VER: 7.2.26
80+
PHP_VER: 7.2.32
8181
TS: 1
8282
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
8383
ARCH: x86
8484
VC: vc15
85-
PHP_VER: 7.2.26
85+
PHP_VER: 7.2.32
8686
TS: 0
8787
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
8888
ARCH: x86
8989
VC: vc15
90-
PHP_VER: 7.2.26
90+
PHP_VER: 7.2.32
9191
TS: 1
9292
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
9393
ARCH: x64
9494
VC: vc15
95-
PHP_VER: 7.3.13
95+
PHP_VER: 7.3.20
9696
TS: 0
9797
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
9898
ARCH: x64
9999
VC: vc15
100-
PHP_VER: 7.3.13
100+
PHP_VER: 7.3.20
101101
TS: 1
102102
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
103103
ARCH: x86
104104
VC: vc15
105-
PHP_VER: 7.3.13
105+
PHP_VER: 7.3.20
106106
TS: 0
107107
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
108108
ARCH: x86
109109
VC: vc15
110-
PHP_VER: 7.3.13
110+
PHP_VER: 7.3.20
111111
TS: 1
112112
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
113113
ARCH: x64
114114
VC: vc15
115-
PHP_VER: 7.4.1
115+
PHP_VER: 7.4.8
116116
TS: 0
117117
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
118118
ARCH: x64
119119
VC: vc15
120-
PHP_VER: 7.4.1
120+
PHP_VER: 7.4.8
121121
TS: 1
122122
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
123123
ARCH: x86
124124
VC: vc15
125-
PHP_VER: 7.4.1
125+
PHP_VER: 7.4.8
126126
TS: 0
127127
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
128128
ARCH: x86
129129
VC: vc15
130-
PHP_VER: 7.4.1
130+
PHP_VER: 7.4.8
131131
TS: 1
132132

133133
build_script:

package.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
<email>[email protected]</email>
1919
<active>yes</active>
2020
</lead>
21-
<date>2020-07-11</date>
21+
<date>2020-08-04</date>
2222
<version>
23-
<release>1.0.8dev</release>
24-
<api>1.0.8dev</api>
23+
<release>1.0.8</release>
24+
<api>1.0.8</api>
2525
</version>
2626
<stability>
2727
<release>stable</release>

php_ast.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
extern zend_module_entry ast_module_entry;
88
#define phpext_ast_ptr &ast_module_entry
99

10-
#define PHP_AST_VERSION "1.0.8dev"
10+
#define PHP_AST_VERSION "1.0.8"
1111

1212
#ifdef PHP_WIN32
1313
# define PHP_AST_API __declspec(dllexport)

0 commit comments

Comments
 (0)