summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2015-10-26 13:03:59 -0400
committerAdam Jackson <ajax@redhat.com>2015-10-26 13:03:59 -0400
commit780022a8a5d6f8abd02f8b568f522ce5aed99839 (patch)
tree8f3ace31a2c4e4f015c1a92750056ca8b5fea78e
parentd9344ef3ea4f3009d61240e0fefcfca40eaa7dca (diff)
xserver 1.17.3xorg-server-1.17.3
Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index d8f0e74f6..16832c2c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,9 +26,9 @@ dnl
dnl Process this file with autoconf to create configure.
AC_PREREQ(2.60)
-AC_INIT([xorg-server], 1.17.2, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
-RELEASE_DATE="2015-06-16"
-RELEASE_NAME="lambic"
+AC_INIT([xorg-server], 1.17.3, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
+RELEASE_DATE="2015-10-26"
+RELEASE_NAME="Pumpkin Spice Latte"
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign dist-bzip2])