Skip to content

Commit e5bf7d6

Browse files
committed
the next version will be 0.10.0.
1 parent 822341d commit e5bf7d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7207,7 +7207,7 @@ Please refer to the [documentation](https://github.com/openresty/lua-resty-core/
72077207
for this `ngx.semaphore` Lua module in [lua-resty-core](https://github.com/openresty/lua-resty-core)
72087208
for more details.
72097209

7210-
This feature requires at least ngx_lua `v0.9.21`.
7210+
This feature requires at least ngx_lua `v0.10.0`.
72117211

72127212
[Back to TOC](#nginx-api-for-lua)
72137213

doc/HttpLuaModule.wiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6097,7 +6097,7 @@ Please refer to the [https://github.com/openresty/lua-resty-core/blob/master/lib
60976097
for this <code>ngx.semaphore</code> Lua module in [https://github.com/openresty/lua-resty-core lua-resty-core]
60986098
for more details.
60996099
6100-
This feature requires at least ngx_lua <code>v0.9.21</code>.
6100+
This feature requires at least ngx_lua <code>v0.10.0</code>.
61016101
61026102
== ndk.set_var.DIRECTIVE ==
61036103
'''syntax:''' ''res = ndk.set_var.DIRECTIVE_NAME''

src/api/ngx_http_lua_api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/* Public API for other Nginx modules */
2020

2121

22-
#define ngx_http_lua_version 9021
22+
#define ngx_http_lua_version 10000
2323

2424

2525
typedef struct {

0 commit comments

Comments
 (0)