diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-28 12:03:25 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-28 12:03:25 -0700 |
commit | 0d29ca61b94cd34b04c5eedae443620a616d01c3 (patch) | |
tree | fb78c92417a482f367b9224f1c3f7a1e3c2d081b | |
parent | 87d019acc715c5ab4a5b2431ec882a0f84946c20 (diff) |
libXt 1.0.9libXt-1.0.9
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 cf2d79c..ae3db02 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,8 @@ AC_PREREQ([2.60]) dnl dnl -AC_INIT(libXt, 1.0.8, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXt) +AC_INIT([libXt], [1.0.9], + [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXt]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |