diff options
author | Omar Polo <op@omarpolo.com> | 2024-06-11 08:18:11 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2024-06-11 08:18:11 +0000 |
commit | cb384f4280055bf3f5e82acc013ebdd6c6fb9005 (patch) | |
tree | 9b2e3d5906cf95c82e200c38975aab690e7d67e2 | |
parent | a33eaaa9250fa097431f2310d58751a05d7bbdbc (diff) |
prepare release 2.0.42.0.5
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | gmid.conf.5 | 4 | ||||
-rw-r--r-- | site/Makefile | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -19,7 +19,7 @@ set -e RELEASE=no -VERSION=2.0.4-current +VERSION=2.0.5 usage() { diff --git a/gmid.conf.5 b/gmid.conf.5 index 5161179..743a8e9 100644 --- a/gmid.conf.5 +++ b/gmid.conf.5 @@ -11,7 +11,7 @@ .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.Dd June 6, 2024 +.Dd June 11, 2024 .Dt GMID.CONF 5 .Os .Sh NAME @@ -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.4 +.Dq gmid/2.0.5 .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 87cf1f7..69cc9da 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.4 \ + VERS=2.0.5 \ PUBKEY=gmid-2.0.pub \ TREE=https://github.com/omar-polo/gmid/blob/master |