diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-10-31 17:57:40 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-10-31 17:57:40 +0000 |
commit | 82e467ece3bd9cd5e6ae79cfa3b5f36b750ae7ec (patch) | |
tree | 3b13aa53097d6123903375466c25df4802c0e285 | |
parent | Add the foreign flag so autotools doesn't incorrectly slap a GPL on this, (diff) | |
download | xcman-82e467ece3bd9cd5e6ae79cfa3b5f36b750ae7ec.tar.gz xcman-82e467ece3bd9cd5e6ae79cfa3b5f36b750ae7ec.tar.bz2 xcman-82e467ece3bd9cd5e6ae79cfa3b5f36b750ae7ec.tar.xz |
Bump to 1.1.3 for anholt's named window hack
-rw-r--r-- | configure.ac | 2 |
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 |