From 589c56023ba0365babde4403a2ea144dd7440120 Mon Sep 17 00:00:00 2001 From: John Whitington Date: Fri, 11 Dec 2020 17:24:58 +0000 Subject: [PATCH] more --- Changes | 1 - cpdfcommand.ml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Changes b/Changes index 1018292..8c5c6b3 100644 --- a/Changes +++ b/Changes @@ -72,4 +72,3 @@ o Linearization excised o Can encrypt or recrypt output of -split and -split-bookmarks now o -args replaces -control with better behaviour o Can scale a stamp to fit before stamping with -scale-stamp-to-fit - diff --git a/cpdfcommand.ml b/cpdfcommand.ml index fc95027..71958df 100644 --- a/cpdfcommand.ml +++ b/cpdfcommand.ml @@ -3,7 +3,7 @@ let demo = false let noncomp = false let major_version = 2 let minor_version = 4 -let version_date = "(devel, 11th November 2020)" +let version_date = "(devel, 11th December 2020)" open Pdfutil open Pdfio