Limit generation numbers to 0 to 65535.

This commit is contained in:
Michael R Sweet
2025-07-28 12:51:17 +01:00
parent 4bbb8b0b38
commit d3a5fa9e0b
5 changed files with 22 additions and 15 deletions

View File

@@ -23,7 +23,7 @@ extern "C" {
// Version numbers...
//
# define PDFIO_VERSION "1.5.3"
# define PDFIO_VERSION "1.5.4"
# define PDFIO_VERSION_MAJOR 1
# define PDFIO_VERSION_MINOR 5