diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-09-26 13:06:17 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-09-26 13:06:17 -0700 |
commit | 600c46eaccd89417a5e44e86d18f9c733af64dc9 (patch) | |
tree | e8377ea59e1e3710c9639d9a6d9201d011cd80ff | |
parent | 9a17373f8d3181b8dc2e86d9cadc04cd97f7b5e5 (diff) |
xload 1.1.0xload-1.1.0
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 253e2f7..aad0d67 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(xload,[1.0.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xload) +AC_INIT([xload], [1.1.0], + [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xload]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |