From 62b55d6c2802a68dc43dc3808b0995f44c164a5c Mon Sep 17 00:00:00 2001 From: John Whitington Date: Fri, 18 Apr 2014 19:18:24 +0100 Subject: [PATCH] New date --- cpdfcommand.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpdfcommand.ml b/cpdfcommand.ml index a7b83f0..e4f8553 100644 --- a/cpdfcommand.ml +++ b/cpdfcommand.ml @@ -3,7 +3,7 @@ let demo = false let noncomp = false let major_version = 1 let minor_version = 8 -let version_date = "(unreleased, 26th March 2014)" +let version_date = "(unreleased, 18th April 2014)" open Pdfutil open Pdfio