diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2012-02-29 19:32:30 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2012-02-29 19:32:30 -0800 |
commit | abc8ae7a5c3dce163635fd100b925fe9b4d670ba (patch) | |
tree | bed9f5fe369bb515e06a533008ca56579e28c7e0 | |
parent | 008a2b21156a4eac85906d6b4b5e10ca0e4f740f (diff) |
listres 1.0.3listres-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 2a2aebd..ed005d2 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(listres, [1.0.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],listres) +AC_INIT(listres, [1.0.3], + [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], listres) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |