gmid 1.8.6

This commit is contained in:
Omar Polo 2022-12-02 12:17:28 +00:00
parent af3a75b4d0
commit 40c79b49f2
2 changed files with 3 additions and 3 deletions

2
configure vendored
View File

@ -33,7 +33,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.8.5
VERSION=1.8.6
CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | make ${MAKE_FLAGS} -sf -`

View File

@ -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 $Mdocdate: April 7 2022$
.Dd $Mdocdate: December 2 2022$
.Dt GMID.CONF 5
.Os
.Sh NAME
@ -270,7 +270,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.8.5
.Dq gmid/1.8.6
.It Ev AUTH_TYPE
The string "Certificate" if the client used a certificate, otherwise
unset.