diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-30 13:11:36 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-30 13:11:36 -0700 |
commit | 849d04b09a12e51fb4e17269e2e3a61ce205a014 (patch) | |
tree | 6f165c9860874dca6b2ed9cfde6d70f858e57558 | |
parent | 9ac61910d314a548176a96565f29d986cae7f8b0 (diff) |
ico 1.0.3ico-1.0.3
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 7b2e105..42786ee 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(ico,[1.0.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],ico) +AC_INIT([ico], [1.0.3], + [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [ico]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |