Commit Diff


commit - f361f7997917a42a7b377d2764c5fb7467cccb62
commit + b79b2d811b7775f6be71f7248c3cc498a6115bb0
blob - e5949f8a1d12138f610bb2e0ebcb613cae08cbba
blob + 3d6d486259f0b6c2d9612c3af14ba6641b7ce1bf
--- ChangeLog
+++ 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
blob - 1573c7e1fd290c7e1c060f25ed88f79a55edb2b6
blob + d7659934ec7b493dc7a1db60114eefdc1dbfbe20
--- configure
+++ configure
@@ -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 -`
 
blob - ac2dd192d74f0c1313605fe742f9460f1964dbc8
blob + 26d908340210d26fd31279b52d916370c0ae2a58
--- gmid.1
+++ gmid.1
@@ -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.