diff options
author | Matt Turner <mattst88@gmail.com> | 2018-03-23 15:40:28 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2018-03-23 15:40:28 -0700 |
commit | 1b123ac8521c7ce391970e5cc15242e42948d5d7 (patch) | |
tree | 078203a3a1b2fb0ee3d860a90eadba2617e79e6b | |
parent | 871ef9919c993cc651df446ea6979b6e963f9fe5 (diff) |
xtrap 1.0.3xtrap-1.0.3
Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f4970c3..fcc5e70 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT(xtrap,[1.0.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xtrap) +AC_INIT(xtrap,[1.0.3], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xtrap) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |