1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-12-04 14:46:37 -05:00

Autogenerated CAPS now shows release codename

This commit is contained in:
Kim Holviala 2016-10-18 13:18:54 +03:00
parent a856f2d578
commit 7b26f1e186

2
file.c
View File

@ -263,7 +263,7 @@ void caps_txt(state *st, shm_state *shm)
"ServerDefaultEncoding=%s" CRLF "ServerDefaultEncoding=%s" CRLF
CRLF CRLF
"ServerSoftware=" SERVER_SOFTWARE CRLF "ServerSoftware=" SERVER_SOFTWARE CRLF
"ServerSoftwareVersion=" VERSION CRLF "ServerSoftwareVersion=" VERSION " \"" CODENAME "\"" CRLF
"ServerArchitecture=%s" CRLF, "ServerArchitecture=%s" CRLF,
st->session_timeout, st->session_timeout,
strcharset(st->out_charset), strcharset(st->out_charset),