diff options
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7d70784..db9a4e7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -115,6 +115,7 @@ xedit_SOURCES = \ options.c \ tags.c \ util.c \ + util.h \ xedit.c \ xedit.h diff --git a/configure.ac b/configure.ac index edeea63..165eb33 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ([2.57]) -AC_INIT(xedit,[1.1.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xedit) +AC_INIT(xedit,[1.1.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xedit) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE |