From 667a0d7d3a55e9535468c2701ee7d0e016d1c41b Mon Sep 17 00:00:00 2001 From: John Whitington Date: Wed, 24 Jul 2024 16:04:02 +0100 Subject: [PATCH] Correct build date --- cpdfcommand.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpdfcommand.ml b/cpdfcommand.ml index f1af688..6495310 100644 --- a/cpdfcommand.ml +++ b/cpdfcommand.ml @@ -4,7 +4,7 @@ let agpl = true let major_version = 2 let minor_version = 7 let minor_minor_version = 1 -let version_date = "(24th August 2024)" +let version_date = "(24th July 2024)" open Pdfutil open Pdfio