From 6f345c4b80532d7b5e5013fed894b4d41c22ab08 Mon Sep 17 00:00:00 2001 From: John Whitington Date: Mon, 19 Jun 2023 13:23:10 +0100 Subject: [PATCH] Version string --- cpdfcommand.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpdfcommand.ml b/cpdfcommand.ml index 6f7ff80..0774a9f 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 = "(devel, 16th Feb 2023)" +let version_date = "(beta, 19th Jun 2023)" open Pdfutil open Pdfio