diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-30 15:52:02 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-30 15:52:02 -0700 |
commit | 42adfc3d4fda8dfd3aac1329e86af9201dca7c03 (patch) | |
tree | d6ca51e4d63c55335d64529e661969103f393a33 | |
parent | d8b0170c376b4b67d5fb10f409fcf868a2722934 (diff) |
xfsinfo 1.0.3xfsinfo-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 1de35c2..9e0cf7d 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(xfsinfo,[1.0.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xfsinfo) +AC_INIT([xfsinfo], [1.0.3], + [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xfsinfo]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |