Skip to content

Commit cbe19d9

Browse files
committed
[dev] version bump.
1 parent 5e0b44e commit cbe19d9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
| 定时打印访问记录 || x | |
3737
| JSON 风格的数据信息 || x | |
3838
| 录制的数据信息 || x | |
39-
| 大小端无关 || 见备注 | `endian` 分支部分支持 |
39+
| 大小端无关 || 见备注 | `big-endian` 分支部分支持 |
4040

4141
## 兼容性
4242

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Donate if you like this module. Many thanks to you!
3636
| Timer for access log || x | |
3737
| JSON style statistics || x | |
3838
| Statistics for recordings || x | |
39-
| Independent of endianness || See remarks | Partially supported in branch `endian` |
39+
| Independent of endianness || See remarks | Partially supported in branch `big-endian` |
4040

4141
## Compatibility
4242

ngx_rtmp_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
#define _NGX_RTMP_VERSION_H_INCLUDED_
1010

1111

12-
#define nginx_rtmp_version 1002010
13-
#define NGINX_RTMP_VERSION "1.2.10"
12+
#define nginx_rtmp_version 1002011
13+
#define NGINX_RTMP_VERSION "1.2.11"
1414

1515

1616
#endif /* _NGX_RTMP_VERSION_H_INCLUDED_ */

0 commit comments

Comments
 (0)