diff options
author | Keith Packard <keithp@keithp.com> | 2004-07-26 17:17:33 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2004-07-26 17:17:33 +0000 |
commit | 146473ec041bf2b7f550ca622ef5cb824f019146 (patch) | |
tree | b9f8d5326bfc28b42469a5bb74354182e0aef685 /configure.ac | |
parent | 8d389eb1ebdd0d81435268bbb0699ec299030743 (diff) |
Add XFixesExpandRegion
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index f869501..923f97a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl -dnl $Id: configure.ac,v 1.6 2004-01-21 10:09:59 daniel Exp $ +dnl $Id: configure.ac,v 1.7 2004-07-26 17:17:33 keithp Exp $ dnl dnl Copyright © 2003 Keith Packard, Noah Levitt dnl @@ -24,7 +24,7 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ([2.57]) -AC_INIT([fixesext], [2.0.1], [keithp@keithp.com], fixesext) +AC_INIT([fixesext], [3.0.0], [keithp@keithp.com], fixesext) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE |