aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-07-10 09:22:19 +0000
committerOmar Polo <op@omarpolo.com>2021-07-10 09:22:19 +0000
commitb79b2d811b7775f6be71f7248c3cc498a6115bb0 (patch)
tree7be40ac3cd5415efa08e2d61f03155e666145a06
parentf361f7997917a42a7b377d2764c5fb7467cccb62 (diff)
tag v1.71.7
-rw-r--r--ChangeLog4
-rwxr-xr-xconfigure2
-rw-r--r--gmid.12
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e5949f8..3d6d486 100644
--- a/ChangeLog
+++ b/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
diff --git a/configure b/configure
index 1573c7e..d765993 100755
--- a/configure
+++ b/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 -`
diff --git a/gmid.1 b/gmid.1
index ac2dd19..26d9083 100644
--- a/gmid.1
+++ b/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.