]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/versioning.h
Move cupsHashString to 2.2.7 and add a 2.2.7 API versioning tag.
[thirdparty/cups.git] / cups / versioning.h
index b590cc75eff9be2ac0df25c8a1d7111e1279af59..1b86813b61090895d7f7174645b5f96dc5b1589b 100644 (file)
@@ -1,9 +1,10 @@
 /*
  * API versioning definitions for CUPS.
  *
- * Copyright 2007-2017 by Apple Inc.
+ * Copyright © 2007-2018 by Apple Inc.
  *
- * Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
+ * Licensed under Apache License v2.0.  See the file "LICENSE" for more
+ * information.
  */
 
 #ifndef _CUPS_VERSIONING_H_
@@ -65,6 +66,7 @@
 #    define _CUPS_API_2_0 AVAILABLE_MAC_OS_X_VERSION_10_10_AND_LATER
 #    define _CUPS_API_2_2 AVAILABLE_MAC_OS_X_VERSION_10_12_AND_LATER
 #    define _CUPS_API_2_2_4 AVAILABLE_MAC_OS_X_VERSION_10_13_AND_LATER
+#    define _CUPS_API_2_2_7
 #    define _CUPS_API_2_3
 #  else
 #    define _CUPS_API_1_1_19
@@ -79,6 +81,7 @@
 #    define _CUPS_API_2_0
 #    define _CUPS_API_2_2
 #    define _CUPS_API_2_2_4
+#    define _CUPS_API_2_2_7
 #    define _CUPS_API_2_3
 #  endif /* __APPLE__ && !_CUPS_SOURCE */