aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-09-19 14:48:07 +0000
committerOmar Polo <op@omarpolo.com>2021-09-19 14:48:07 +0000
commitfba809b5c775fd4d3c28a012259ee3b1908d4e40 (patch)
tree62db9f6ce51a9cacaa5befeee6b07c2c79733f15
parentca3d8bfde617a2be55fda5f25faf071f40325f6f (diff)
tag 1.7.31.7.3
bump version number
-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 61163f8..a94eaad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-09-19 Omar Polo <op@omarpolo.com>
+
+ * configure (VERSION): 1.7.3 tagged
+
2021-09-17 Omar Polo <op@omarpolo.com>
* log.c (logger_main): fix syslog logging on FreeBSD
diff --git a/configure b/configure
index 3948535..5283a56 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.7.1
+VERSION=1.7.3
CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | make ${MAKE_FLAGS} -sf -`
diff --git a/gmid.1 b/gmid.1
index 054d3eb..4ced381 100644
--- a/gmid.1
+++ b/gmid.1
@@ -483,7 +483,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.7.1
+.Dq gmid/1.7.3
.It Ev AUTH_TYPE
The string "Certificate" if the client used a certificate, otherwise
unset.