dovecot-2.0: dovecot: Show the hg version also in "Dovecot start...

dovecot at dovecot.org dovecot at dovecot.org
Thu Apr 29 20:04:02 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/22f69f7d16ab
changeset: 11224:22f69f7d16ab
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Apr 29 20:03:58 2010 +0300
description:
dovecot: Show the hg version also in "Dovecot starting up" log message.

diffstat:

 src/master/main.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 7037222941dc -r 22f69f7d16ab src/master/main.c
--- a/src/master/main.c	Thu Apr 29 20:03:06 2010 +0300
+++ b/src/master/main.c	Thu Apr 29 20:03:58 2010 +0300
@@ -410,7 +410,7 @@
 
 static void main_log_startup(void)
 {
-#define STARTUP_STRING PACKAGE_NAME" v"VERSION" starting up"
+#define STARTUP_STRING PACKAGE_NAME" v"DOVECOT_VERSION_FULL" starting up"
 	rlim_t core_limit;
 
 	core_dumps_disabled = restrict_get_core_limit(&core_limit) == 0 &&


More information about the dovecot-cvs mailing list