diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2006-04-01 Adam Jackson <ajax@freedesktop.org> + + * configure.ac: + Bump to 1.1 for some reason. + 2006-03-12 Daniel Stone <daniel@freedesktop.org> * MAINTAINERS: diff --git a/configure.ac b/configure.ac index 9881127..1a080e5 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([xorg-docs], [1.0.1], [http://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) +AC_INIT([xorg-docs], [1.1], [http://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) DEFAULT_X11DOCDIR=${datadir}/X11/doc |