Compare commits

..

2 Commits

Author SHA1 Message Date
Aleksei Bavshin 7c2524a692 Fixed duplicate ids in the bug report template. 2025-12-16 14:22:33 -07:00
Aleksei Bavshin 5c2947d844 Version bump. 2025-12-16 14:22:33 -07:00
2 changed files with 4 additions and 4 deletions

View File

@ -58,7 +58,7 @@ body:
required: true
- type: textarea
id: environment
id: version
attributes:
label: NGINX version and build configuration options
description: Please provide details about your NGINX build.
@ -79,7 +79,7 @@ body:
required: true
- type: textarea
id: environment
id: architecture
attributes:
label: Architecture where NGINX is being built and/or deployed
description: Please provide details about your deployment environment.

View File

@ -9,8 +9,8 @@
#define _NGINX_H_INCLUDED_
#define nginx_version 1029004
#define NGINX_VERSION "1.29.4"
#define nginx_version 1029005
#define NGINX_VERSION "1.29.5"
#define NGINX_VER "nginx/" NGINX_VERSION
#ifdef NGX_BUILD