SF.net SVN: geany-plugins:[149] trunk/geanysendmail

frlan at users.sourceforge.net frlan at xxxxx
Sun Aug 31 23:08:52 UTC 2008


Revision: 149
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=149&view=rev
Author:   frlan
Date:     2008-08-31 23:08:49 +0000 (Sun, 31 Aug 2008)

Log Message:
-----------
GeanySendMail: Update of version string

Modified Paths:
--------------
    trunk/geanysendmail/ChangeLog
    trunk/geanysendmail/configure.in
    trunk/geanysendmail/src/geanysendmail.c

Modified: trunk/geanysendmail/ChangeLog
===================================================================
--- trunk/geanysendmail/ChangeLog	2008-08-31 23:06:21 UTC (rev 148)
+++ trunk/geanysendmail/ChangeLog	2008-08-31 23:08:49 UTC (rev 149)
@@ -3,8 +3,9 @@
  * Build environment: Update of Makefiles to include icon.h into source
    package
  * Build environment: Added makefile for Windows (needs to be tested)
+ * configure.in: Update of version string
+ 
 
-
 2008-07-11  Frank Lanitz  <frank(at)frank(dot)uvena(dot)de>
 
  * Make plugin compile with Geany svn r2767.

Modified: trunk/geanysendmail/configure.in
===================================================================
--- trunk/geanysendmail/configure.in	2008-08-31 23:06:21 UTC (rev 148)
+++ trunk/geanysendmail/configure.in	2008-08-31 23:08:49 UTC (rev 149)
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(geanysendmail, 0.4git)
+AM_INIT_AUTOMAKE(geanysendmail, 0.4svn)
 
 AM_CONFIG_HEADER(config.h)
 

Modified: trunk/geanysendmail/src/geanysendmail.c
===================================================================
--- trunk/geanysendmail/src/geanysendmail.c	2008-08-31 23:06:21 UTC (rev 148)
+++ trunk/geanysendmail/src/geanysendmail.c	2008-08-31 23:08:49 UTC (rev 149)
@@ -45,7 +45,7 @@
 PLUGIN_VERSION_CHECK(71)
 
 PLUGIN_SET_INFO(_("GeanySendMail"), _("A little plugin to send the current \
-file as attachment by user's favorite mailer"), "0.4dev", "Frank Lanitz <frank at frank.uvena.de>")
+file as attachment by user's favorite mailer"), "0.4svn", "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