--- pidgin_plugin/Makefile.am.orig 2008-07-08 19:17:12.000000000 +0200 +++ pidgin_plugin/Makefile.am 2008-07-08 19:17:40.000000000 +0200 @@ -6,6 +6,7 @@ nautilus_la_LDFLAGS = -module -avoid-version AM_CPPFLAGS = \ + -DVERSION=\"$(VERSION)\" \ -DLIBDIR=\"$(PIDGIN_LIBDIR)/pidgin/\" \ -DDATADIR=\"$(PIDGIN_DATADIR)\" \ $(NAUTILUS_SENDTO_CFLAGS) \ --- pidgin_plugin/nautilus-sendto-plugin.c.orig 2008-07-08 19:17:24.000000000 +0200 +++ pidgin_plugin/nautilus-sendto-plugin.c 2008-07-08 19:18:01.000000000 +0200 @@ -329,7 +329,7 @@ "gtk-nautilus", /* id */ N_("Nautilus Integration"), /* name */ - "0.8", /* version */ + VERSION, /* version */ N_("Provides integration with Nautilus"), /* summary */ N_("Provides integration with Nautilus"), /* description */