diff options
author | Omar Polo <op@omarpolo.com> | 2024-01-24 15:06:08 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2024-01-24 15:06:08 +0000 |
commit | cd5e264f9d166a641af859a51a888603ef19129f (patch) | |
tree | db7d0fd12ef726d90902578532ed0398141d2a7e | |
parent | 0baf7066acc609cf303312b7d821e18f407bef18 (diff) |
prepare release 2.0.12.0.1
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | gmid.conf.5 | 2 | ||||
-rw-r--r-- | site/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -19,7 +19,7 @@ set -e RELEASE=no -VERSION=2.0-current +VERSION=2.0.1 usage() { diff --git a/gmid.conf.5 b/gmid.conf.5 index 173bd98..c383c67 100644 --- a/gmid.conf.5 +++ b/gmid.conf.5 @@ -384,7 +384,7 @@ The port the server is listening on. .Dq GEMINI .It Ev SERVER_SOFTWARE The name and version of the server, i.e. -.Dq gmid/2.0 +.Dq gmid/2.0.1 .It Ev REMOTE_USER The subject of the client certificate if provided, otherwise unset. .It Ev TLS_CLIENT_ISSUER diff --git a/site/Makefile b/site/Makefile index f9db073..1cef164 100644 --- a/site/Makefile +++ b/site/Makefile @@ -21,7 +21,7 @@ REPOLOGY_URL = https://repology.org/project/gmid/versions SUBST = ./subst GITHUB=https://github.com/omar-polo/gmid \ SITE=https://ftp.omarpolo.com \ - VERS=2.0 \ + VERS=2.0.1 \ PUBKEY=gmid-2.0.pub \ TREE=https://github.com/omar-polo/gmid/blob/master |