aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-10-31 17:57:40 +0000
committerAdam Jackson <ajax@nwnk.net>2005-10-31 17:57:40 +0000
commit82e467ece3bd9cd5e6ae79cfa3b5f36b750ae7ec (patch)
tree3b13aa53097d6123903375466c25df4802c0e285 /configure.ac
parentAdd the foreign flag so autotools doesn't incorrectly slap a GPL on this, (diff)
downloadxcman-82e467ece3bd9cd5e6ae79cfa3b5f36b750ae7ec.tar.gz
xcman-82e467ece3bd9cd5e6ae79cfa3b5f36b750ae7ec.tar.bz2
xcman-82e467ece3bd9cd5e6ae79cfa3b5f36b750ae7ec.tar.xz
Bump to 1.1.3 for anholt's named window hack
Diffstat (limited to '')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 686b0e2..bf9b404 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
-AC_INIT([xcompmgr], [1.1.2], [xorg@freedesktop.org])
+AC_INIT([xcompmgr], [1.1.3], [xorg@freedesktop.org])
AC_CONFIG_SRCDIR([xcompmgr.c])
AM_INIT_AUTOMAKE([dist-bzip2 foreign])
AM_MAINTAINER_MODE