aboutsummaryrefslogtreecommitdiff
path: root/ex.c
diff options
context:
space:
mode:
Diffstat (limited to 'ex.c')
-rw-r--r--ex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ex.c b/ex.c
index 645e865..d553fe7 100644
--- a/ex.c
+++ b/ex.c
@@ -174,7 +174,7 @@ launch_cgi(struct iri *iri, struct cgireq *req, struct vhost *vhost)
safe_setenv("SERVER_PORT", path);
safe_setenv("SERVER_PROTOCOL", "GEMINI");
- safe_setenv("SERVER_SOFTWARE", "gmid/1.5");
+ safe_setenv("SERVER_SOFTWARE", "gmid/1.6");
if (*req->subject != '\0')
safe_setenv("AUTH_TYPE", "Certificate");