diff options
author | Omar Polo <op@omarpolo.com> | 2021-09-19 14:48:07 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-09-19 14:48:07 +0000 |
commit | fba809b5c775fd4d3c28a012259ee3b1908d4e40 (patch) | |
tree | 62db9f6ce51a9cacaa5befeee6b07c2c79733f15 | |
parent | ca3d8bfde617a2be55fda5f25faf071f40325f6f (diff) |
tag 1.7.31.7.3
bump version number
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | gmid.1 | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2021-09-19 Omar Polo <op@omarpolo.com> + + * configure (VERSION): 1.7.3 tagged + 2021-09-17 Omar Polo <op@omarpolo.com> * log.c (logger_main): fix syslog logging on FreeBSD @@ -34,7 +34,7 @@ echo "file config.log: writing..." # default settings: initialize all vars here such that nothing is # leaked from the environment except for CC, CFLAGS and LDFLAGS -VERSION=1.7.1 +VERSION=1.7.3 CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | make ${MAKE_FLAGS} -sf -` @@ -483,7 +483,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/1.7.1 +.Dq gmid/1.7.3 .It Ev AUTH_TYPE The string "Certificate" if the client used a certificate, otherwise unset. |