Skip to content

Commit 2a8435d

Browse files
committed
[dev] version bump.
1 parent 28b7e83 commit 2a8435d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/nginx-http-flv-module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
env:
15-
NGINX_VERSION: nginx-1.28.1
15+
NGINX_VERSION: nginx-1.28.2
1616

1717
steps:
1818
- uses: actions/checkout@v3

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 1002012
13-
#define NGINX_RTMP_VERSION "1.2.12"
12+
#define nginx_rtmp_version 1002013
13+
#define NGINX_RTMP_VERSION "1.2.13"
1414

1515

1616
#endif /* _NGX_RTMP_VERSION_H_INCLUDED_ */

0 commit comments

Comments
 (0)