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

Jerome Guelfucci jeromeg at xfce.org
Sun Nov 9 16:23:52 CET 2008


Author: jeromeg
Date: 2008-11-09 15:23:52 +0000 (Sun, 09 Nov 2008)
New Revision: 6036

Modified:
   xfce4-screenshooter-plugin/trunk/ChangeLog
   xfce4-screenshooter-plugin/trunk/configure.ac.in
   xfce4-screenshooter-plugin/trunk/xfce4-screenshooter.1
Log:
Get ready for 1.3.9.2

Modified: xfce4-screenshooter-plugin/trunk/ChangeLog
===================================================================
--- xfce4-screenshooter-plugin/trunk/ChangeLog	2008-11-09 14:04:03 UTC (rev 6035)
+++ xfce4-screenshooter-plugin/trunk/ChangeLog	2008-11-09 15:23:52 UTC (rev 6036)
@@ -1,3 +1,8 @@
+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):
@@ -2,3 +7,3 @@
     - 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.
 

Modified: xfce4-screenshooter-plugin/trunk/configure.ac.in
===================================================================
--- xfce4-screenshooter-plugin/trunk/configure.ac.in	2008-11-09 14:04:03 UTC (rev 6035)
+++ xfce4-screenshooter-plugin/trunk/configure.ac.in	2008-11-09 15:23:52 UTC (rev 6036)
@@ -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],  [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 at 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])

Modified: xfce4-screenshooter-plugin/trunk/xfce4-screenshooter.1
===================================================================
--- xfce4-screenshooter-plugin/trunk/xfce4-screenshooter.1	2008-11-09 14:04:03 UTC (rev 6035)
+++ xfce4-screenshooter-plugin/trunk/xfce4-screenshooter.1	2008-11-09 15:23:52 UTC (rev 6036)
@@ -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




More information about the Goodies-commits mailing list