diff --git a/CMakeLists.txt b/CMakeLists.txt
index 38f1d72cad5bc52abf61221f8d871b313ce36118..cf6bf244091780cf7ac244e9c931ac7bc8e03092 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 e5eee71b2416b05e68243ed4255d57144fcbf044..7b22bd04b55f167d43eb281c6a4f55a87ba475ba 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 d2a12083a85bb1d53e128679f13343ae7974c57e..a16b6cf305a6d5cbff8b8c6cfc9a327013753e23 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>