From 78ad4ad180e27ced6820e2f8c5e269f78adb5a36 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 26 Feb 2022 07:15:14 -0500 Subject: Bump version to 10.6.3 --- include/qpdf/DLL.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/qpdf/DLL.h b/include/qpdf/DLL.h index 70401a59..84632488 100644 --- a/include/qpdf/DLL.h +++ b/include/qpdf/DLL.h @@ -26,8 +26,8 @@ /* The first version of qpdf to include the version constants is 10.6.0. */ #define QPDF_MAJOR_VERSION 10 #define QPDF_MINOR_VERSION 6 -#define QPDF_PATCH_VERSION 2 -#define QPDF_VERSION "10.6.2" +#define QPDF_PATCH_VERSION 3 +#define QPDF_VERSION "10.6.3" #if (defined _WIN32 || defined __CYGWIN__) && defined(DLL_EXPORT) # define QPDF_DLL __declspec(dllexport) -- cgit v1.2.3-54-g00ecf