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

Jerome Guelfucci jeromeg at xfce.org
Sat Nov 15 17:03:23 CET 2008


Author: jeromeg
Date: 2008-11-15 16:03:23 +0000 (Sat, 15 Nov 2008)
New Revision: 6110

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-15 16:01:40 UTC (rev 6109)
+++ xfce4-screenshooter-plugin/trunk/ChangeLog	2008-11-15 16:03:23 UTC (rev 6110)
@@ -1,5 +1,11 @@
 2008-11-15 jeromeg
 
+  * Post release bump.
+
+=== Version 1.4.0 ===
+
+2008-11-15 jeromeg
+
   * Get ready for 1.4.0 release.
 
 2008-11-15 jeromeg

Modified: xfce4-screenshooter-plugin/trunk/configure.ac.in
===================================================================
--- xfce4-screenshooter-plugin/trunk/configure.ac.in	2008-11-15 16:01:40 UTC (rev 6109)
+++ xfce4-screenshooter-plugin/trunk/configure.ac.in	2008-11-15 16:03:23 UTC (rev 6110)
@@ -5,10 +5,10 @@
 
 m4_define([xfce4_screenshooter_plugin_version_major], [1])
 m4_define([xfce4_screenshooter_plugin_version_minor], [4])
-m4_define([xfce4_screenshooter_plugin_version_micro], [0])
+m4_define([xfce4_screenshooter_plugin_version_micro], [9])
 m4_define([xfce4_screenshooter_plugin_version_nano],  []) 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