diff --git a/Makefile b/Makefile
index cdd23e0eff115c4c2e1cd4b4308755cd828e8446..1b259fddaed5ccd50ae508aaa95e0a3bed2caddb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-RELEASE = 1.3.1
+RELEASE = 1.3.2
 DATE = `date "+%Y%m%d"`
 
 clean:
diff --git a/doc/gl2ps.tex b/doc/gl2ps.tex
index d4ea31f38d5e30a7aa9f85aba6812c95339dee1c..d07eb64bca3600b4675a75338ce1da901c598108 100644
--- a/doc/gl2ps.tex
+++ b/doc/gl2ps.tex
@@ -1,4 +1,4 @@
-%  $Id: gl2ps.tex,v 1.221 2006-10-30 17:11:52 geuzaine Exp $
+%  $Id: gl2ps.tex,v 1.222 2006-11-06 00:48:06 geuzaine Exp $
 %
 %  GL2PS, an OpenGL to PostScript Printing Library
 %  Copyright (C) 1999-2006 Christophe Geuzaine <geuz@geuz.org>
@@ -59,7 +59,7 @@
 
 \title{GL2PS: an OpenGL to PostScript printing library}
 \author{Christophe Geuzaine}
-\date{Version 1.3.1, August 11 2006}
+\date{Version 1.3.2, November 5 2006}
 
 \maketitle
 
@@ -991,8 +991,9 @@ seem to be available anymore).
 \item[1.3.1] (Aug 11, 2006) Fixed a small bug for multi-viewport
   PostScript output, where a viewport could be drawn with an unwanted
   colored outline.
-\item[1.3.2] (?, 2006) Fixed bug in polygon offset computation; fixed
-  possible out-of-bound array access in stippling pattern parser.
+\item[1.3.2] (Nov 5, 2006) Fixed bug in polygon offset computation;
+  fixed landscape mode in SVG; fixed possible out-of-bound array
+  access in stippling pattern parser.
 \end{description}
 
 \end{document}
diff --git a/gl2ps.h b/gl2ps.h
index dadd51c0402b25176a6f280c624dc6656e9d9c27..c60348e596b76c4761fa28ce8b4e51940bc33e50 100644
--- a/gl2ps.h
+++ b/gl2ps.h
@@ -1,4 +1,4 @@
-/* $Id: gl2ps.h,v 1.112 2006-08-11 13:29:45 geuzaine Exp $ */
+/* $Id: gl2ps.h,v 1.113 2006-11-06 00:48:06 geuzaine Exp $ */
 /*
  * GL2PS, an OpenGL to PostScript Printing Library
  * Copyright (C) 1999-2006 Christophe Geuzaine <geuz@geuz.org>
@@ -78,7 +78,7 @@
 
 #define GL2PS_MAJOR_VERSION 1
 #define GL2PS_MINOR_VERSION 3
-#define GL2PS_PATCH_VERSION 1
+#define GL2PS_PATCH_VERSION 2
 #define GL2PS_EXTRA_VERSION "-cvs"
 
 #define GL2PS_VERSION (GL2PS_MAJOR_VERSION + \