diff options
author | Adam Jackson <ajax@redhat.com> | 2009-04-14 16:08:11 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2009-04-14 16:08:11 -0400 |
commit | cd321badf0c185854b3e0c038f3851a3ac7864ea (patch) | |
tree | f605a65b3d3320991fc543e5c2d226a209f02ac1 | |
parent | fcffa3a178683ede0d15656c432fccf23ebca5ef (diff) |
xserver 1.6.1xorg-server-1.6.1
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 1318d067d..4c4c797f4 100644 --- a/configure.ac +++ b/configure.ac @@ -26,12 +26,12 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ(2.57) -AC_INIT([xorg-server], 1.6.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) +AC_INIT([xorg-server], 1.6.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([dist-bzip2 foreign]) AM_MAINTAINER_MODE -RELEASE_DATE="2009-2-25" +RELEASE_DATE="2009-4-14" dnl this gets generated by autoheader, and thus contains all the defines. we dnl don't ever actually use it, internally. |