Skip to content
Snippets Groups Projects
Commit c4202e3b authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

1.3.7

parent 7cdc93eb
No related branches found
No related tags found
No related merge requests found
# 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}")
......
/*
* 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:
......
/*
* 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!) */
......
%
% 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:
......
/*
* 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:
......
/*
* 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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment