]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - configure.ac
Update CREDITS.txt
[thirdparty/cups.git] / configure.ac
index 9acda01297b803f263ceed5f476a59e02f1b66bb..a96b62303854f68f32821f638744b3ed2c46feff 100644 (file)
@@ -1,9 +1,7 @@
 dnl
-dnl "$Id$"
-dnl
 dnl Configuration script for CUPS.
 dnl
-dnl Copyright 2007-2015 by Apple Inc.
+dnl Copyright 2007-2016 by Apple Inc.
 dnl Copyright 1997-2007 by Easy Software Products, all rights reserved.
 dnl
 dnl These coded instructions, statements, and computer programs are the
@@ -17,7 +15,7 @@ dnl We need at least autoconf 2.60...
 AC_PREREQ(2.60)
 
 dnl Package name and version...
-AC_INIT([CUPS], [2.1.0], [https://www.cups.org/str.php], [cups], [https://www.cups.org/])
+AC_INIT([CUPS], [2.2.0], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
 
 sinclude(config-scripts/cups-opsys.m4)
 sinclude(config-scripts/cups-common.m4)
@@ -93,7 +91,3 @@ AC_OUTPUT(Makedefs
          $LANGFILES)
 
 chmod +x cups-config
-
-dnl
-dnl End of "$Id$".
-dnl