summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias Hopf <mhopf@suse.de>2006-07-03 16:57:39 +0200
committerMatthias Hopf <mhopf@suse.de>2006-07-03 16:57:39 +0200
commit2d7f5a205743698b729be7ad28c116046cbccb73 (patch)
tree12cf59da816418e329b05e8e3857b04a50a4ceda /configure.ac
parent49de3bc3734a6784d8dd0e1061996e3cf0cbc8ed (diff)
Bump to 1.1
Set default cache path to /var/cache/libx11/compose. Invocation parameters changed. Improved customizability a lot. More tests & verification. Being more verbose now. Works for root now. General cleanup. Should work out-of-the-box on 64bit machines now.
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 f6169a0..158e2ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
AC_PREREQ(2.53)
-AC_INIT([mkcomposecache], [1.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
+AC_INIT([mkcomposecache], [1.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
AC_CONFIG_SRCDIR([mkcomposecache.c])
AM_INIT_AUTOMAKE([dist-bzip2])