diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-30 19:10:35 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-30 19:10:35 -0700 |
commit | bf237073d39629599cb77bf0144f862c175bb640 (patch) | |
tree | 8b8866fc7be133b2bc5bc3cd2c0385c2aefb53ad | |
parent | 29c3c8f2fc3859b1c8e1dd1f2327ab51c40fca21 (diff) |
imake 1.0.4imake-1.0.4
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ffbcae5..2083d29 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,8 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ([2.60]) -AC_INIT(imake, [1.0.3], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) +AC_INIT([imake], [1.0.4], + [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [imake]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |