summaryrefslogtreecommitdiff
path: root/cups/cups.h
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2007-09-18 20:56:41 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2007-09-18 20:56:41 +0000
commitc277e2f802a006f02ab9d5807f12bc96d4831100 (patch)
treecb661622fc8fbbefbf663e6d507c0026842e2cc2 /cups/cups.h
parentdb1f069b7f02a8e17a9e4abf8f182530b882c6c9 (diff)
Import CUPS 1.3.2.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@477 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'cups/cups.h')
-rw-r--r--cups/cups.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cups/cups.h b/cups/cups.h
index 9cb3e2d15..a6cedb9f1 100644
--- a/cups/cups.h
+++ b/cups/cups.h
@@ -1,5 +1,5 @@
/*
- * "$Id: cups.h 6946 2007-09-12 18:28:16Z mike $"
+ * "$Id: cups.h 6965 2007-09-17 21:34:07Z mike $"
*
* API definitions for the Common UNIX Printing System (CUPS).
*
@@ -59,10 +59,10 @@ extern "C" {
* Constants...
*/
-# define CUPS_VERSION 1.0301
+# define CUPS_VERSION 1.0302
# define CUPS_VERSION_MAJOR 1
# define CUPS_VERSION_MINOR 3
-# define CUPS_VERSION_PATCH 1
+# define CUPS_VERSION_PATCH 2
# define CUPS_DATE_ANY -1
@@ -256,5 +256,5 @@ extern void cupsSetDefaultDest(const char *name,
#endif /* !_CUPS_CUPS_H_ */
/*
- * End of "$Id: cups.h 6946 2007-09-12 18:28:16Z mike $".
+ * End of "$Id: cups.h 6965 2007-09-17 21:34:07Z mike $".
*/