summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-07-16 20:43:14 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-07-16 20:43:14 -0400
commit2e0923ba703d040160bac1deb05d5d6d4cbd62aa (patch)
tree2bfdaed378f7c386de0c6d651dded8abaedca265 /configure.ac
parent98ff71aff13d9e35bb2436a15ea3fd38ea2fffa4 (diff)
bump minor version for issue #2
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2cb0a6e..ef7e482 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.1],
+AC_INIT([twm], [1.0.10.2],
[https://gitlab.freedesktop.org/xorg/app/twm/issues], [twm])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])