diff options
author | Keith Packard <keithp@keithp.com> | 2009-06-29 14:40:46 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-06-29 14:40:46 -0700 |
commit | 5b49aff4f8b5e4d15bc883f74509d93324f09f5f (patch) | |
tree | bde71e234ba7d9d5f9d461008ea345811bff1947 | |
parent | e97cabce4abdaf6b83d1a442f7972d4c45979b33 (diff) |
Bump version to 1.6.1.902xorg-server-1.6.1.902
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 1f0fddddf..339172ffd 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.1.901, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) +AC_INIT([xorg-server], 1.6.1.902, [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-5-8" +RELEASE_DATE="2009-6-29" dnl this gets generated by autoheader, and thus contains all the defines. we dnl don't ever actually use it, internally. |