Skip to content

Commit f3e5cc0

Browse files
committed
Prepare release 2.4.10
1 parent c7718d3 commit f3e5cc0

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
OpenPrinting CUPS v2.4.9
2-
========================
1+
OpenPrinting CUPS v2.4.10
2+
=========================
33

44
![Version](https://img.shields.io/github/v/release/openprinting/cups?include_prereleases)
55
![Apache 2.0](https://img.shields.io/github/license/openprinting/cups)

cups/cups.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ extern "C" {
4343
* Constants...
4444
*/
4545

46-
# define CUPS_VERSION 2.0409
46+
# define CUPS_VERSION 2.0410
4747
# define CUPS_VERSION_MAJOR 2
4848
# define CUPS_VERSION_MINOR 4
49-
# define CUPS_VERSION_PATCH 9
49+
# define CUPS_VERSION_PATCH 10
5050

5151
# define CUPS_BC_FD 3
5252
/* Back-channel file descriptor for

vcnet/libcups2_native.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>libcups2_native</id>
55
<title>OpenPrinting CUPS Library for VS2019+</title>
6-
<version>2.4.9.0</version>
6+
<version>2.4.10.0</version>
77
<authors>Michael R Sweet, OpenPrinting</authors>
88
<owners>michaelrsweet</owners>
99
<projectUrl>https://github.com/OpenPrinting/cups</projectUrl>
@@ -16,7 +16,7 @@ and other Unix®-like operating systems. The CUPS library provides a convenient
1616
<copyright>Copyright © 2020-2024 by OpenPrinting, Copyright © 2007-2019 by Apple Inc., Copyright © 1997-2007 by Easy Software Products.</copyright>
1717
<tags>http ipp native</tags>
1818
<dependencies>
19-
<dependency id="libcups2_native.redist" version="2.4.9.0" />
19+
<dependency id="libcups2_native.redist" version="2.4.10.0" />
2020
</dependencies>
2121
</metadata>
2222
<files>

vcnet/libcups2_native.redist.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>libcups2_native.redist</id>
55
<title>OpenPrinting CUPS Library for VS2019+ Redist</title>
6-
<version>2.4.9.0</version>
6+
<version>2.4.10.0</version>
77
<authors>Michael R Sweet, OpenPrinting</authors>
88
<owners>michaelrsweet</owners>
99
<projectUrl>https://github.com/OpenPrinting/cups</projectUrl>

0 commit comments

Comments
 (0)