summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-04-27 00:25:08 +0000
committerAdam Jackson <ajax@nwnk.net>2006-04-27 00:25:08 +0000
commitb5be6bc7a5b5527f86dfd224e89a7c1561845131 (patch)
tree5f51af4a9ba90203f760381ab5699c2f13b4723d
parent9ec9ba4c4539b27d819553fa4be73745b4fdfbf7 (diff)
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e5f9da4..a6cf443 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-26 Adam Jackson <ajax@freedesktop.org>
+
+ * configure.ac:
+ Bump to 1.0.1
+
2006-02-12 Alan Coopersmith <alan.coopersmith@sun.com>
* man/Makefile.am:
diff --git a/configure.ac b/configure.ac
index e5546b1..4f24e26 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.57])
-AC_INIT(libXxf86dga, 1.0.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXxf86dga)
+AC_INIT(libXxf86dga, 1.0.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXxf86dga)
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE