SF.net SVN: geany-plugins:[424] trunk/geanysendmail/src/geanysendmail.c

frlan at users.sourceforge.net frlan at xxxxx
Sun Feb 1 19:16:55 UTC 2009


Revision: 424
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=424&view=rev
Author:   frlan
Date:     2009-02-01 19:16:54 +0000 (Sun, 01 Feb 2009)

Log Message:
-----------
GeanySendMail: Use VERSION macro instead of hard coding version number

Modified Paths:
--------------
    trunk/geanysendmail/src/geanysendmail.c

Modified: trunk/geanysendmail/src/geanysendmail.c
===================================================================
--- trunk/geanysendmail/src/geanysendmail.c	2009-02-01 19:16:16 UTC (rev 423)
+++ trunk/geanysendmail/src/geanysendmail.c	2009-02-01 19:16:54 UTC (rev 424)
@@ -45,7 +45,7 @@
 PLUGIN_VERSION_CHECK(116)
 
 PLUGIN_SET_INFO(_("GeanySendMail"), _("A little plugin to send the current \
-file as attachment by user's favorite mailer"), "0.5svn", "Frank Lanitz <frank at frank.uvena.de>")
+file as attachment by user's favorite mailer"), VERSION, "Frank Lanitz <frank at frank.uvena.de>")
 
 /* Keybinding(s) */
 enum


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list