From 038b8b12ef9e3338260c08b1333221a93e23b852 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 23 Jun 2004 17:54:00 +0000 Subject: Bump the version to 0.1.5 to help track down bug #59726. 2004-06-23 Jeffrey Stedfast * conduits/todo/todo-conduit.c: Bump the version to 0.1.5 to help track down bug #59726. svn path=/trunk/; revision=26481 --- calendar/conduits/todo/todo-conduit.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'calendar/conduits') 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 +#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 */ -- cgit v1.2.3