summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-07-16 18:25:53 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-07-16 18:25:53 -0400
commit9f3f818068ba54ab2b46142e73100ef10a0bda0b (patch)
treeed036a8cbe4355f69a623c0e427f42c795ed40e6
parent5e1798773d837eabaa70d0fff5762397f540ee00 (diff)
bump minor version to reflect issues #4 and #7
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 76f7103..7b6643b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ dnl Process this file with autoconf to create configure.
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT([twm], [1.0.10],
+AC_INIT([twm], [1.0.10.1],
[https://gitlab.freedesktop.org/xorg/app/twm/issues], [twm])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])