summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Jennings <mej@lbl.gov>2014-03-26 09:00:45 -0700
committerMichael Jennings <mej@lbl.gov>2014-03-26 09:00:45 -0700
commit31233f31d83a80756c60aee7e10bcfa04cce12bd (patch)
treefd77faf599c1f3e609f390bfe297e1eeea6ce7ee /configure.ac
parent747082e87bdf9d0372a6b4ffae04ba14ea995f5a (diff)
downloadeterm-31233f31d83a80756c60aee7e10bcfa04cce12bd.tar.gz
Patch from Pavel Sanda <ps@ucw.cz> to fix copy/paste behavior with
some Qt-based apps (e.g., LyX).
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 88d45e8..f540ec9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ SAVE_AUTOHEADER="$AUTOHEADER"
SAVE_AUTOMAKE="$AUTOMAKE"
AC_INIT(src/feature.h)
-AM_INIT_AUTOMAKE(Eterm, 0.9.6)
+AM_INIT_AUTOMAKE(Eterm, 0.9.7)
dnl# Set some basic variables
DATE="`date '+%d %B %Y'`"