diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-09-23 17:57:16 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-09-23 17:57:16 -0700 |
commit | da552fc4c69a62b6227383452e56428cd5d696a0 (patch) | |
tree | 1088312644d01c6df732ce9bdc60ed8175520182 | |
parent | eec190f060cd61b44e0e7029309f7db841c824b8 (diff) |
xauth 1.0.5xauth-1.0.5
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f9332b3..c74914a 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,10 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ([2.60]) -AC_INIT(xauth,[1.0.4], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xauth) +AC_INIT([xauth], + [1.0.5], + [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], + [xauth]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |