Skip to content

Commit

Permalink
[dev] version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
winshining committed Mar 18, 2023
1 parent 5e0b44e commit cbe19d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
| 定时打印访问记录 || x | |
| JSON 风格的数据信息 || x | |
| 录制的数据信息 || x | |
| 大小端无关 || 见备注 | `endian` 分支部分支持 |
| 大小端无关 || 见备注 | `big-endian` 分支部分支持 |

## 兼容性

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Donate if you like this module. Many thanks to you!
| Timer for access log || x | |
| JSON style statistics || x | |
| Statistics for recordings || x | |
| Independent of endianness || See remarks | Partially supported in branch `endian` |
| Independent of endianness || See remarks | Partially supported in branch `big-endian` |

## Compatibility

Expand Down
4 changes: 2 additions & 2 deletions ngx_rtmp_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#define _NGX_RTMP_VERSION_H_INCLUDED_


#define nginx_rtmp_version 1002010
#define NGINX_RTMP_VERSION "1.2.10"
#define nginx_rtmp_version 1002011
#define NGINX_RTMP_VERSION "1.2.11"


#endif /* _NGX_RTMP_VERSION_H_INCLUDED_ */

0 comments on commit cbe19d9

Please sign in to comment.