This commit is contained in:
John Whitington 2017-01-08 18:45:15 +00:00
parent 8d1ee91bd2
commit 37bb153a49
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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