Skip to content

Commit

Permalink
gmid 1.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-polo committed Dec 2, 2022
1 parent af3a75b commit 40c79b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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 -`

Expand Down
4 changes: 2 additions & 2 deletions gmid.conf.5
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 40c79b4

Please sign in to comment.