Make sure we have all the version numbers in pdfio.h.

This commit is contained in:
Michael R Sweet
2025-02-15 12:25:09 -05:00
parent 9a5c5ec65d
commit c4c8fa6036
3 changed files with 15 additions and 3 deletions

View File

@@ -20,10 +20,12 @@ extern "C" {
//
// Version number...
// Version numbers...
//
# define PDFIO_VERSION "1.4.1"
# define PDFIO_VERSION "1.5.0"
# define PDFIO_VERSION_MAJOR 1
# define PDFIO_VERSION_MINOR 5
//