aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/conduits/todo/todo-conduit.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@novell.com>2004-06-24 01:54:00 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-06-24 01:54:00 +0800
commit038b8b12ef9e3338260c08b1333221a93e23b852 (patch)
tree752fc289c966135117057dd9c17886d5b664722b /calendar/conduits/todo/todo-conduit.c
parenta2dfc8a5c82d62fa3cb5d1c7848a4765f936bc12 (diff)
downloadgsoc2013-evolution-038b8b12ef9e3338260c08b1333221a93e23b852.tar
gsoc2013-evolution-038b8b12ef9e3338260c08b1333221a93e23b852.tar.gz
gsoc2013-evolution-038b8b12ef9e3338260c08b1333221a93e23b852.tar.bz2
gsoc2013-evolution-038b8b12ef9e3338260c08b1333221a93e23b852.tar.lz
gsoc2013-evolution-038b8b12ef9e3338260c08b1333221a93e23b852.tar.xz
gsoc2013-evolution-038b8b12ef9e3338260c08b1333221a93e23b852.tar.zst
gsoc2013-evolution-038b8b12ef9e3338260c08b1333221a93e23b852.zip
Bump the version to 0.1.5 to help track down bug #59726.
2004-06-23 Jeffrey Stedfast <fejj@novell.com> * conduits/todo/todo-conduit.c: Bump the version to 0.1.5 to help track down bug #59726. svn path=/trunk/; revision=26481
Diffstat (limited to 'calendar/conduits/todo/todo-conduit.c')
-rw-r--r--calendar/conduits/todo/todo-conduit.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/calendar/conduits/todo/todo-conduit.c b/calendar/conduits/todo/todo-conduit.c
index d6cb918dd8..8ec67f6d73 100644
--- a/calendar/conduits/todo/todo-conduit.c
+++ b/calendar/conduits/todo/todo-conduit.c
@@ -21,7 +21,10 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*/
+
+#ifdef HAVE_CONFIG_H
#include <config.h>
+#endif
#define G_LOG_DOMAIN "etodoconduit"
@@ -45,7 +48,7 @@
GnomePilotConduit * conduit_get_gpilot_conduit (guint32);
void conduit_destroy_gpilot_conduit (GnomePilotConduit*);
-#define CONDUIT_VERSION "0.1.4"
+#define CONDUIT_VERSION "0.1.5"
#define DEBUG_TODOCONDUIT 1
/* #undef DEBUG_TODOCONDUIT */