From c4202e3bd04f36ae185fd32bd8080b437b2a0d18 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 2 Sep 2012 09:06:51 +0000 Subject: [PATCH] 1.3.7 --- CMakeLists.txt | 4 ++-- gl2ps.c | 2 +- gl2ps.h | 6 +++--- gl2ps.tex | 7 ++++--- gl2psTest.c | 2 +- gl2psTestSimple.c | 2 +- 6 files changed, 12 insertions(+), 11 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 773f1ae..a6d2db7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # GL2PS, an OpenGL to PostScript Printing Library -# Copyright (C) 1999-2011 C. Geuzaine +# Copyright (C) 1999-2012 C. Geuzaine # # This program is free software; you can redistribute it and/or # modify it under the terms of either: @@ -49,7 +49,7 @@ option(ENABLE_PNG "Enable PNG support" ON) set(GL2PS_MAJOR_VERSION 1) set(GL2PS_MINOR_VERSION 3) -set(GL2PS_PATCH_VERSION 6) +set(GL2PS_PATCH_VERSION 7) set(GL2PS_EXTRA_VERSION "" CACHE STRING "GL2PS extra version string") set(GL2PS_VERSION "${GL2PS_MAJOR_VERSION}.${GL2PS_MINOR_VERSION}") diff --git a/gl2ps.c b/gl2ps.c index 2a484bc..254c8a5 100644 --- a/gl2ps.c +++ b/gl2ps.c @@ -1,6 +1,6 @@ /* * GL2PS, an OpenGL to PostScript Printing Library - * Copyright (C) 1999-2011 C. Geuzaine + * Copyright (C) 1999-2012 C. Geuzaine * * This program is free software; you can redistribute it and/or * modify it under the terms of either: diff --git a/gl2ps.h b/gl2ps.h index 68b7c3b..12f8661 100644 --- a/gl2ps.h +++ b/gl2ps.h @@ -1,6 +1,6 @@ /* * GL2PS, an OpenGL to PostScript Printing Library - * Copyright (C) 1999-2011 C. Geuzaine + * Copyright (C) 1999-2012 C. Geuzaine * * This program is free software; you can redistribute it and/or * modify it under the terms of either: @@ -80,14 +80,14 @@ #define GL2PS_MAJOR_VERSION 1 #define GL2PS_MINOR_VERSION 3 -#define GL2PS_PATCH_VERSION 6 +#define GL2PS_PATCH_VERSION 7 #define GL2PS_EXTRA_VERSION "" #define GL2PS_VERSION (GL2PS_MAJOR_VERSION + \ 0.01 * GL2PS_MINOR_VERSION + \ 0.0001 * GL2PS_PATCH_VERSION) -#define GL2PS_COPYRIGHT "(C) 1999-2011 C. Geuzaine" +#define GL2PS_COPYRIGHT "(C) 1999-2012 C. Geuzaine" /* Output file formats (the values and the ordering are important!) */ diff --git a/gl2ps.tex b/gl2ps.tex index d8d8e49..0955883 100644 --- a/gl2ps.tex +++ b/gl2ps.tex @@ -1,6 +1,6 @@ % % GL2PS, an OpenGL to PostScript Printing Library -% Copyright (C) 1999-2011 C. Geuzaine +% Copyright (C) 1999-2012 C. Geuzaine % % This program is free software; you can redistribute it and/or % modify it under the terms of either: @@ -62,7 +62,7 @@ \title{GL2PS: an OpenGL to PostScript printing library} \author{Christophe Geuzaine} -\date{Version 1.3.6, August 14 2011} +\date{Version 1.3.7, September 2 2012} \maketitle @@ -99,7 +99,7 @@ the OpenGL window.</em></small></td> </center> <h2>Download</h2> The latest stable version of GL2PS is <a -href="http://geuz.org/gl2ps/src/gl2ps-1.3.6.tgz">gl2ps-1.3.6.tgz</a>. Older +href="http://geuz.org/gl2ps/src/gl2ps-1.3.7.tgz">gl2ps-1.3.7.tgz</a>. Older versions and nightly source snapshots are available <a href="http://geuz.org/gl2ps/src/">here</a>. For read-only svn access use: '<code>svn co https://geuz.org/svn/gl2ps/trunk gl2ps</code>' (username: @@ -1040,6 +1040,7 @@ anymore. \item[1.3.6] (Aug 14, 2011) Added support for PixelZoom (set using glPixelZoom) in postscript images; fixed text rotation in TeX; added support for text alignment in SVG; fixed other minor bugs. +\item[1.3.7] (Sep 2, 2012) Minor documentation and build system fixes. \end{description} \special{html: diff --git a/gl2psTest.c b/gl2psTest.c index 522f98e..599e485 100644 --- a/gl2psTest.c +++ b/gl2psTest.c @@ -1,6 +1,6 @@ /* * GL2PS, an OpenGL to PostScript Printing Library - * Copyright (C) 1999-2011 Christophe Geuzaine <geuz@geuz.org> + * Copyright (C) 1999-2012 Christophe Geuzaine <geuz@geuz.org> * * This program is free software; you can redistribute it and/or * modify it under the terms of either: diff --git a/gl2psTestSimple.c b/gl2psTestSimple.c index 1f7be13..7af0548 100644 --- a/gl2psTestSimple.c +++ b/gl2psTestSimple.c @@ -1,6 +1,6 @@ /* * GL2PS, an OpenGL to PostScript Printing Library - * Copyright (C) 1999-2011 Christophe Geuzaine <geuz@geuz.org> + * Copyright (C) 1999-2012 Christophe Geuzaine <geuz@geuz.org> * * This program is free software; you can redistribute it and/or * modify it under the terms of either: -- GitLab