summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-05-12 16:05:48 +0000
committerAdam Jackson <ajax@nwnk.net>2006-05-12 16:05:48 +0000
commite214cc19e1d599f16a69e86b1d8b247ad40a9ed7 (patch)
tree2f95da342dcab5391d5c77ff1aa21a3e9cc2b416
parentb92b597d7d597dd223371fe0ff60d1b2dad38fda (diff)
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fcb3e81..7227d3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-12 Adam Jackson <ajax@freedesktop.org>
+
+ * configure.ac:
+ Bump to 1.0.1
+
2006-05-08 Kevin E. Martin <kem-at-freedesktop-dot-org>
* Makefile.am:
diff --git a/configure.ac b/configure.ac
index 941f56d..8ecadb6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ dnl
dnl Process this file with autoconf to create configure.
AC_PREREQ([2.57])
-AC_INIT(libXau, 1.0.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],libXau)
+AC_INIT(libXau, 1.0.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],libXau)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE