ready for v2.4

This commit is contained in:
John Whitington 2021-06-21 15:54:05 +01:00
parent 28908eec7d
commit dfe37096da
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
Coherent Graphics Ltd Non-Commercial Use License Agreement 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 [To be released from this agreement (in other words to use the software
commercially) visit http://www.coherentpdf.com/ and purchase a license.] commercially) visit http://www.coherentpdf.com/ and purchase a license.]

View File

@ -2,7 +2,7 @@ cpdf-source
=========== ===========
Free for non-commercial use. See LICENSE for details. Copyright Coherent Free for non-commercial use. See LICENSE for details. Copyright Coherent
Graphics Ltd 2013. Graphics Ltd 2021.
This code builds two things: This code builds two things:
@ -39,8 +39,8 @@ opam install camlpdf
To build To build
-------- --------
If downloading from Github, obtain the correct source. This means choosing the tag for a If downloading from Github, obtain the correct source. This means choosing the
particular version, such as "v2.1.1". The head of the master branch is tag for a particular version, such as "v2.4". The head of the master branch is
unstable. unstable.
1. Type `make` to make the cpdf executable and the library 1. Type `make` to make the cpdf executable and the library

View File

@ -3,7 +3,7 @@ let demo = false
let noncomp = false let noncomp = false
let major_version = 2 let major_version = 2
let minor_version = 4 let minor_version = 4
let version_date = "(18th June 2021)" let version_date = "(21st June 2021)"
open Pdfutil open Pdfutil
open Pdfio open Pdfio