aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2024-06-04 11:33:54 +0000
committerOmar Polo <op@omarpolo.com>2024-06-04 11:33:54 +0000
commit4d207d1050a829a5e7b1169eccffa0d34b5426a5 (patch)
tree05147d36f89a897eeef223430a8e1b48948561fa
parentb6eb184a950c58d310bb9ae3c093767154518ce3 (diff)
prepare release 2.0.32.0.3
-rwxr-xr-xconfigure2
-rw-r--r--gmid.conf.54
-rw-r--r--site/Makefile2
3 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index 03ff5e0..fd33a0e 100755
--- a/configure
+++ b/configure
@@ -19,7 +19,7 @@
set -e
RELEASE=no
-VERSION=2.0.2-current
+VERSION=2.0.3
usage()
{
diff --git a/gmid.conf.5 b/gmid.conf.5
index 28ed288..955648b 100644
--- a/gmid.conf.5
+++ b/gmid.conf.5
@@ -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 April 4, 2024
+.Dd June 4, 2024
.Dt GMID.CONF 5
.Os
.Sh NAME
@@ -384,7 +384,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/2.0.2
+.Dq gmid/2.0.3
.It Ev REMOTE_USER
The subject of the client certificate if provided, otherwise unset.
.It Ev TLS_CLIENT_ISSUER
diff --git a/site/Makefile b/site/Makefile
index 56d74f2..fb89600 100644
--- a/site/Makefile
+++ b/site/Makefile
@@ -21,7 +21,7 @@ REPOLOGY_URL = https://repology.org/project/gmid/versions
SUBST = ./subst GITHUB=https://github.com/omar-polo/gmid \
SITE=https://ftp.omarpolo.com \
- VERS=2.0.2 \
+ VERS=2.0.3 \
PUBKEY=gmid-2.0.pub \
TREE=https://github.com/omar-polo/gmid/blob/master