[Goodies-commits] r6090 - xfce4-screenshooter-plugin/trunk

Jerome Guelfucci jeromeg at xfce.org
Thu Nov 13 18:39:08 CET 2008


Author: jeromeg
Date: 2008-11-13 17:39:07 +0000 (Thu, 13 Nov 2008)
New Revision: 6090

Modified:
   xfce4-screenshooter-plugin/trunk/ChangeLog
   xfce4-screenshooter-plugin/trunk/configure.ac.in
Log:
Post release bump.

Modified: xfce4-screenshooter-plugin/trunk/ChangeLog
===================================================================
--- xfce4-screenshooter-plugin/trunk/ChangeLog	2008-11-13 17:32:58 UTC (rev 6089)
+++ xfce4-screenshooter-plugin/trunk/ChangeLog	2008-11-13 17:39:07 UTC (rev 6090)
@@ -1,8 +1,14 @@
-2008-11-12-jeromeg
+2008-11-13 jeromeg
 
+  * Post release bump
+
+  === 1.3.9.2 ===
+
+2008-11-13 jeromeg
+
   * src/main.c:
-    - destroy the widget instead of hiding it.
-    - set the dialog window type hint.
+    - (main) destroy the widget instead of hiding it.
+    - (main) set the dialog window type hint.
 
 2008-11-12 jeromeg
 

Modified: xfce4-screenshooter-plugin/trunk/configure.ac.in
===================================================================
--- xfce4-screenshooter-plugin/trunk/configure.ac.in	2008-11-13 17:32:58 UTC (rev 6089)
+++ xfce4-screenshooter-plugin/trunk/configure.ac.in	2008-11-13 17:39:07 UTC (rev 6090)
@@ -6,9 +6,9 @@
 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],  [2]) dnl leave this empty to have no nano version
+m4_define([xfce4_screenshooter_plugin_version_nano],  [3]) dnl leave this empty to have no nano version
 m4_define([xfce4_screenshooter_plugin_version_build], [r at REVISION@])
-m4_define([xfce4_screenshooter_plugin_version_tag],   [])
+m4_define([xfce4_screenshooter_plugin_version_tag],   [svn])
 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])




More information about the Goodies-commits mailing list