~ubuntu-branches/ubuntu/utopic/dovecot-antispam/utopic

« back to all changes in this revision

Viewing changes to antispam-plugin.c

  • Committer: Package Import Robot
  • Author(s): Ron Lee
  • Date: 2013-09-12 18:53:17 UTC
  • Revision ID: package-import@ubuntu.com-20130912185317-fipu2taydp5pfaec
Tags: 2.0+20130822-2
More updates for dovecot 2.2.  Thanks again to Micah for really testing
it this time :)

Show diffs side-by-side

added added

removed removed

Lines of Context:
392
392
}
393
393
 
394
394
/* put dovecot version we built against into plugin for checking */
 
395
#if DOVECOT_IS_GE(2,2)
 
396
const char *PLUGIN_FUNCTION(version) = DOVECOT_ABI_VERSION;
 
397
#else
395
398
const char *PLUGIN_FUNCTION(version) = PACKAGE_VERSION;
 
399
#endif