summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-04-08 02:31:21 +0000
committerAdam Jackson <ajax@nwnk.net>2006-04-08 02:31:21 +0000
commita563d95affd78ebfae6a59425ea2c1832f97efa6 (patch)
treeea9313e0b35fd37042d51a06d3696d0ad3bb170f
parent12209b48afe65215e693b00bfb0397e275e85114 (diff)
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 518510e..2f0efb9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-01 Adam Jackson <ajax@freedesktop.org>
+
+ * configure.ac:
+ Bump to 1.0.1.
+
2006-01-16 Matthias Hopf <mhopf@suse.de>
* xdriinfo.c:
diff --git a/configure.ac b/configure.ac
index bb575bf..00b4952 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ dnl
dnl Process this file with autoconf to create configure.
AC_PREREQ([2.57])
-AC_INIT(xdriinfo, [1.0.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xdriinfo)
+AC_INIT(xdriinfo, [1.0.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xdriinfo)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE