From f35dac6ef89ed16efb6814b8832c43de29730c22 Mon Sep 17 00:00:00 2001 From: John Whitington Date: Wed, 25 Oct 2023 18:04:12 +0100 Subject: [PATCH] Version date --- cpdfcommand.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpdfcommand.ml b/cpdfcommand.ml index 4a3ee3b..1e34368 100644 --- a/cpdfcommand.ml +++ b/cpdfcommand.ml @@ -3,7 +3,7 @@ let demo = false let noncomp = false let major_version = 2 let minor_version = 6 -let version_date = "(patch 2, 17th October 2023)" +let version_date = "(patch 2, 25th October 2023)" open Pdfutil open Pdfio