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

Jerome Guelfucci jeromeg at xfce.org
Tue Jun 17 14:15:46 CEST 2008


Author: jeromeg
Date: 2008-06-17 12:15:46 +0000 (Tue, 17 Jun 2008)
New Revision: 4957

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

Modified: xfce4-screenshooter-plugin/trunk/configure.ac.in
===================================================================
--- xfce4-screenshooter-plugin/trunk/configure.ac.in	2008-06-17 11:35:29 UTC (rev 4956)
+++ xfce4-screenshooter-plugin/trunk/configure.ac.in	2008-06-17 12:15:46 UTC (rev 4957)
@@ -1,14 +1,14 @@
 dnl configure.ac
 dnl
-dnl xfce4-screenshooter-plugin - Test plugin for the XFce4 panel
+dnl xfce4-screenshooter-plugin - Plugin for the XFCE4 panel
 dnl
 
 m4_define([xfce4_screenshooter_plugin_version_major], [1])
 m4_define([xfce4_screenshooter_plugin_version_minor], [1])
-m4_define([xfce4_screenshooter_plugin_version_micro], [0])
+m4_define([xfce4_screenshooter_plugin_version_micro], [5])
 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