Skip to content

Commit

Permalink
Prepare for hotfix release 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zdohnal committed Jun 6, 2023
1 parent 9db6187 commit 795ceb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
CHANGES - OpenPrinting CUPS 2.4.3 - 2023-06-01
CHANGES - OpenPrinting CUPS 2.4.4 - 2023-06-06
==============================================

Changes in CUPS v2.4.4 (TBA)
---------------------------
Changes in CUPS v2.4.4 - 2023-06-06
-----------------------------------

- Fix segfault in `cupsGetNamedDest()` when trying to get default printer, but
the default printer is not set (Issue #719)
Expand Down
4 changes: 2 additions & 2 deletions cups/cups.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ extern "C" {
* Constants...
*/

# define CUPS_VERSION 2.0403
# define CUPS_VERSION 2.0404
# define CUPS_VERSION_MAJOR 2
# define CUPS_VERSION_MINOR 4
# define CUPS_VERSION_PATCH 3
# define CUPS_VERSION_PATCH 4

# define CUPS_BC_FD 3
/* Back-channel file descriptor for
Expand Down

0 comments on commit 795ceb7

Please sign in to comment.