X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=blobdiff_plain;f=cups%2Fcups.h;fp=cups%2Fcups.h;h=3a1e8d1fddf7c62d884fbb9f4c5da81da7899a31;hp=2af4f533dbb411afa334dee4bb9110e6e5507e51;hb=b60086f8ae7ff126ecb97cf6d400d6d4a5c6f571;hpb=215ef638307fa5678879e0efa1782851bdee5a0a diff --git a/cups/cups.h b/cups/cups.h index 2af4f533d..3a1e8d1fd 100644 --- a/cups/cups.h +++ b/cups/cups.h @@ -1,5 +1,5 @@ /* - * "$Id: cups.h 11978 2014-07-02 10:35:09Z msweet $" + * "$Id: cups.h 12025 2014-07-15 13:00:17Z msweet $" * * API definitions for CUPS. * @@ -49,10 +49,10 @@ extern "C" { * Constants... */ -# define CUPS_VERSION 1.0704 +# define CUPS_VERSION 1.0705 # define CUPS_VERSION_MAJOR 1 # define CUPS_VERSION_MINOR 7 -# define CUPS_VERSION_PATCH 4 +# define CUPS_VERSION_PATCH 5 # define CUPS_BC_FD 3 /* Back-channel file descriptor for @@ -623,5 +623,5 @@ extern const char *cupsUserAgent(void) _CUPS_API_1_7; #endif /* !_CUPS_CUPS_H_ */ /* - * End of "$Id: cups.h 11978 2014-07-02 10:35:09Z msweet $". + * End of "$Id: cups.h 12025 2014-07-15 13:00:17Z msweet $". */