From 40131b12da9684dd09c894c145e98608f1001bba Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 14 Aug 2011 17:12:56 +0000 Subject: [PATCH] prepare 1.3.6 --- CMakeLists.txt | 4 ++-- gl2ps.h | 2 +- gl2ps.tex | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 38f1d72..cf6bf24 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # GL2PS, an OpenGL to PostScript Printing Library -# Copyright (C) 1999-2009 C. Geuzaine +# Copyright (C) 1999-2011 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 5) +set(GL2PS_PATCH_VERSION 6) set(GL2PS_EXTRA_VERSION "" CACHE STRING "GL2PS extra version string") set(GL2PS_VERSION "${GL2PS_MAJOR_VERSION}.${GL2PS_MINOR_VERSION}") diff --git a/gl2ps.h b/gl2ps.h index e5eee71..7b22bd0 100644 --- a/gl2ps.h +++ b/gl2ps.h @@ -80,7 +80,7 @@ #define GL2PS_MAJOR_VERSION 1 #define GL2PS_MINOR_VERSION 3 -#define GL2PS_PATCH_VERSION 5 +#define GL2PS_PATCH_VERSION 6 #define GL2PS_EXTRA_VERSION "" #define GL2PS_VERSION (GL2PS_MAJOR_VERSION + \ diff --git a/gl2ps.tex b/gl2ps.tex index d2a1208..a16b6cf 100644 --- a/gl2ps.tex +++ b/gl2ps.tex @@ -62,7 +62,7 @@ \title{GL2PS: an OpenGL to PostScript printing library} \author{Christophe Geuzaine} -\date{Version FIXME, FIXME} +\date{Version 1.3.6, August 14 2011} \maketitle @@ -95,7 +95,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.5.tgz">gl2ps-1.3.5.tgz</a>. Older +href="http://geuz.org/gl2ps/src/gl2ps-1.3.6.tgz">gl2ps-1.3.6.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: @@ -1022,9 +1022,9 @@ anymore. \item[1.3.5] (Oct 16, 2009) Added support for rotated text in PDF output; fixed PDF image output when compiled in 64 bit mode; added cmake configuration. -\item[?] (?) 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.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. \end{description} \special{html:<p> -- GitLab