dovecot-1.2: imap-acl plugin: Include version string in the plugin.

dovecot at dovecot.org dovecot at dovecot.org
Mon Jan 19 23:24:37 EET 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/78d7efda07b2
changeset: 8662:78d7efda07b2
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Jan 19 16:24:33 2009 -0500
description:
imap-acl plugin: Include version string in the plugin.

diffstat:

1 file changed, 2 insertions(+)
src/plugins/imap-acl/imap-acl-plugin.c |    2 ++

diffs (12 lines):

diff -r aad162a02672 -r 78d7efda07b2 src/plugins/imap-acl/imap-acl-plugin.c
--- a/src/plugins/imap-acl/imap-acl-plugin.c	Mon Jan 19 16:03:50 2009 -0500
+++ b/src/plugins/imap-acl/imap-acl-plugin.c	Mon Jan 19 16:24:33 2009 -0500
@@ -45,6 +45,8 @@ static const struct imap_acl_letter_map 
 	{ 'a', MAIL_ACL_ADMIN },
 	{ '\0', NULL }
 };
+
+const char *imap_acl_plugin_version = PACKAGE_VERSION;
 
 static bool acl_anyone_allow = FALSE;
 


More information about the dovecot-cvs mailing list