From fd5a4104fca8d5c6a12788538cce3fb9bcdde006 Mon Sep 17 00:00:00 2001 From: John Whitington Date: Thu, 6 Jul 2017 15:19:54 +0100 Subject: [PATCH] Version update --- cpdfcommand.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpdfcommand.ml b/cpdfcommand.ml index a265cf8..42b6a90 100644 --- a/cpdfcommand.ml +++ b/cpdfcommand.ml @@ -3,7 +3,7 @@ let demo = false let noncomp = false let major_version = 2 let minor_version = 2 -let version_date = "(patchlevel 1, build of 4th July 2017)" +let version_date = "(patchlevel 1, build of 6th July 2017)" open Pdfutil open Pdfio