diff --git a/ChangeLog b/ChangeLog
index 11cd467d2c90ee5646b634616a73fc526aeada0e..299379c4db4c2ee820aff0d3dd097036e8f69164 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,13 @@
+2008-11-09 jeromeg
+
+  * configure.ac.in : get ready for 1.3.9.2.
+  * xfce4-screenshooter.1: bump version number.
+  
 2008-11-05 jeromeg
 
   * lib/screenshooter-dialogs.c (add_item):
     - Move the detection of the icon theme out of the if-else.
-    - Fallbac to the "exec" icon if no icon was found for an application.
+    - Fallback to the "exec" icon if no icon was found for an application.
 
 2008-11-05 jeromeg
 
diff --git a/configure.ac.in b/configure.ac.in
index 37fd74e6ebeb8da977120242a26464de11706914..63798db48e87ca7e46ede62119574af22bf7ba43 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -6,9 +6,9 @@ dnl
 m4_define([xfce4_screenshooter_plugin_version_major], [1])
 m4_define([xfce4_screenshooter_plugin_version_minor], [3])
 m4_define([xfce4_screenshooter_plugin_version_micro], [9])
-m4_define([xfce4_screenshooter_plugin_version_nano],  [0]) dnl leave this empty to have no nano version
+m4_define([xfce4_screenshooter_plugin_version_nano],  [1]) dnl leave this empty to have no nano version
 m4_define([xfce4_screenshooter_plugin_version_build], [r@REVISION@])
-m4_define([xfce4_screenshooter_plugin_version_tag],   [svn])
+m4_define([xfce4_screenshooter_plugin_version_tag],   [])
 m4_define([xfce4_screenshooter_plugin_version], [xfce4_screenshooter_plugin_version_major().xfce4_screenshooter_plugin_version_minor().xfce4_screenshooter_plugin_version_micro()ifelse(xfce4_screenshooter_plugin_version_nano(), [], [], [.xfce4_screenshooter_plugin_version_nano()])ifelse(xfce4_screenshooter_plugin_version_tag(), [svn], [xfce4_screenshooter_plugin_version_tag()-xfce4_screenshooter_plugin_version_build()], [xfce4_screenshooter_plugin_version_tag()])])
 
 AC_INIT([xfce4-screenshooter-plugin], [xfce4_screenshooter_plugin_version], [http://bugzilla.xfce.org/], [xfce4-screenshooter-plugin])
diff --git a/xfce4-screenshooter.1 b/xfce4-screenshooter.1
index b6828fca42c5d61b0854226218367eb8a68e1c38..f14aa381673f75bac7a4ff98085dade16778a896 100644
--- a/xfce4-screenshooter.1
+++ b/xfce4-screenshooter.1
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
-.TH XFCE4-SCREENSHOOTER-PLUGIN "1" "June 2008" "xfce4-screenshooter-plugin 1.3.9.0" "User Commands"
+.TH XFCE4-SCREENSHOOTER-PLUGIN "1" "June 2008" "xfce4-screenshooter-plugin 1.3.9.1" "User Commands"
 .SH NAME
 xfce4-screenshooter-plugin \- panel plugin and standalone application to take screenshots
 .SH DESCRIPTION