Skip to content

Commit

Permalink
tag v1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-polo committed Jul 10, 2021
1 parent f361f79 commit b79b2d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2021-07-10 Omar Polo <op@omarpolo.com>

* configure (VERSION): 1.7 tagged

2021-07-09 Omar Polo <op@omarpolo.com>

* parse.y (STRING): add `include' directive
Expand Down
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -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.6
VERSION=1.7

CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | make ${MAKE_FLAGS} -sf -`

Expand Down
2 changes: 1 addition & 1 deletion gmid.1
Expand Up @@ -474,7 +474,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.5
.Dq gmid/1.7
.It Ev AUTH_TYPE
The string "Certificate" if the client used a certificate, otherwise
unset.
Expand Down

0 comments on commit b79b2d8

Please sign in to comment.