From 37bb153a494e84817b26e6175cefcfbdad57e59e Mon Sep 17 00:00:00 2001 From: John Whitington Date: Sun, 8 Jan 2017 18:45:15 +0000 Subject: [PATCH] more --- Changes | 4 ++-- cpdfcommand.ml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index 3cb248f..0081230 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -Version 2.2 (To come) +Version 2.2 (March 2017) o Perform artihmetic on dimensions when specifying size or position o Add simple rectangles to PDF to blank things out @@ -16,7 +16,7 @@ o -print-page-labels o -squeeze replaces smpdf o Preserve more sharing of data when doing merges and page alterations -Version 2.1 (November 2014) +Version 2.1 (December 2014) o Encryption now much, much faster o Faster parsing of delayed object streams on large files diff --git a/cpdfcommand.ml b/cpdfcommand.ml index a5b0c03..a9283cc 100644 --- a/cpdfcommand.ml +++ b/cpdfcommand.ml @@ -1,9 +1,9 @@ (* cpdf command line tools *) -let demo = false +let demo = true let noncomp = false let major_version = 2 let minor_version = 2 -let version_date = "(build of 3rd November 2016)" +let version_date = "(build of 9th January 2017)" open Pdfutil open Pdfio