diff --git a/LICENSE b/LICENSE index d0c6614..d13be32 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ Coherent Graphics Ltd Non-Commercial Use License Agreement -(Please see also the license statement in the file xmlm.ml) +(Please see also the license statements in the files xmlm.ml and tjjson.ml) [To be released from this agreement (in other words to use the software commercially) visit http://www.coherentpdf.com/ and purchase a license.] diff --git a/README.md b/README.md index 542f183..499ba07 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ cpdf-source =========== Free for non-commercial use. See LICENSE for details. Copyright Coherent -Graphics Ltd 2013. +Graphics Ltd 2021. This code builds two things: @@ -39,8 +39,8 @@ opam install camlpdf To build -------- -If downloading from Github, obtain the correct source. This means choosing the tag for a -particular version, such as "v2.1.1". The head of the master branch is +If downloading from Github, obtain the correct source. This means choosing the +tag for a particular version, such as "v2.4". The head of the master branch is unstable. 1. Type `make` to make the cpdf executable and the library diff --git a/cpdfcommand.ml b/cpdfcommand.ml index af54779..88ce624 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 = "(18th June 2021)" +let version_date = "(21st June 2021)" open Pdfutil open Pdfio