dovecot-1.2-sieve: LDA Sieve plugin: added _version symbol to en...

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Mon Oct 4 22:21:58 EEST 2010


details:   http://hg.rename-it.nl/dovecot-1.2-sieve/rev/f62cf6b92fd7
changeset: 1278:f62cf6b92fd7
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Mon Oct 04 21:21:46 2010 +0200
description:
LDA Sieve plugin: added _version symbol to enable Dovecot version checking.

diffstat:

 src/plugins/lda-sieve/lda-sieve-plugin.c |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r 967ed7d6a504 -r f62cf6b92fd7 src/plugins/lda-sieve/lda-sieve-plugin.c
--- a/src/plugins/lda-sieve/lda-sieve-plugin.c	Thu Sep 30 21:17:08 2010 +0200
+++ b/src/plugins/lda-sieve/lda-sieve-plugin.c	Mon Oct 04 21:21:46 2010 +0200
@@ -702,6 +702,8 @@
  * Plugin interface
  */
 
+const char *sieve_plugin_version = PACKAGE_VERSION;
+
 void sieve_plugin_init(void)
 {
 	/* Debug mode */


More information about the dovecot-cvs mailing list