diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-07 20:04:23 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-07 20:04:23 -0700 |
commit | 99be515efe95cb3eb4bcb29b2bc194f416b31758 (patch) | |
tree | 541cefe9f54615ebb2e5ca193fca49c106171bbd /configure.ac | |
parent | de28fe485f07bb9f5a326fb9fed87a3aa8a8f1b5 (diff) |
bitmap 1.0.5bitmap-1.0.5
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b44f4cc..634fa9c 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(bitmap,[1.0.4], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],bitmap) +AC_INIT([bitmap], [1.0.5], + [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [bitmap]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |