summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew Parsons <dparsons@debian.org>2009-10-29 21:23:22 +1100
committerDrew Parsons <dparsons@debian.org>2009-10-29 21:23:22 +1100
commit9ecb7e1f8dab2aedd2fdbab067eddb2909894c0d (patch)
tree5932a3f23c2bc01c579e62275744e00668a05ed1
parente5dfe6b4987b5723ea0c7fe88f5ff821ee3e44f5 (diff)
xprint 1.6.0
xprint was still in xorg-xserver at 1.5.3 and was removed in 1.5.99.1. Hence the next version of standalone xprint should be 1.6.0.
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 48ca285d5..6e05b0886 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ dnl
dnl Process this file with autoconf to create configure.
AC_PREREQ(2.57)
-AC_INIT([xorg-server], 1.5.99.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
+AC_INIT([xprint], 1.6.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xprint)
AC_CONFIG_SRCDIR([Makefile.am])
AM_INIT_AUTOMAKE([dist-bzip2 foreign])
AM_MAINTAINER_MODE
@@ -422,7 +422,7 @@ VENDOR_MAN_VERSION="Version ${PACKAGE_VERSION}"
VENDOR_NAME="The X.Org Foundation"
VENDOR_NAME_SHORT="X.Org"
-RELEASE_DATE="5 September 2007"
+RELEASE_DATE="29 October 2009"
VENDOR_WEB="http://wiki.x.org"
m4_ifdef([AS_HELP_STRING], , [m4_define([AS_HELP_STRING], m4_defn([AC_HELP_STRING]))])