diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-01-27 21:03:39 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-01-27 21:03:39 +0000 |
commit | ea0f58928c45a558984e54da28a7dc30f8e96b97 (patch) | |
tree | 4057df084cc8b34ec4cd317a26f1d08d818eadfd /configure.ac | |
parent | 840fa5f33cd220ec39f038a111071a7cd628a751 (diff) |
Bug #2391: Fix a use-after-free in run_fades. (Jonathan Briggs)XCOMPMGR_1_1_2
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bd2263c..67caa05 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.1], [xorg@freedesktop.org]) +AC_INIT([xcompmgr], [1.1.2], [xorg@freedesktop.org]) AC_CONFIG_SRCDIR([xcompmgr.c]) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE |