From 2050824c3fca58720dcb972d2550a55f3639d612 Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Wed, 12 Oct 2005 15:45:38 +0000 Subject: [PATCH] Update version number; add reference to AUTH_CYRUS_SASL to EDITME. --- src/src/EDITME | 8 +++++--- src/src/version.c | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/src/EDITME b/src/src/EDITME index 033703306..135189d0f 100644 --- a/src/src/EDITME +++ b/src/src/EDITME @@ -1,4 +1,4 @@ -# $Cambridge: exim/src/src/EDITME,v 1.15 2005/09/19 14:42:31 ph10 Exp $ +# $Cambridge: exim/src/src/EDITME,v 1.16 2005/10/12 15:45:38 ph10 Exp $ ################################################## # The Exim mail transport agent # @@ -306,10 +306,11 @@ LOOKUP_LSEARCH=yes # the command for linking Exim itself, not on any auxiliary programs. You # don't need to set LOOKUP_INCLUDE if the relevant directories are already # specified in INCLUDE. The settings below are just examples; -lpq is for -# PostgreSQL, -lgds is for Interbase. +# PostgreSQL, -lgds is for Interbase, -lsqlite3 is for SQLite. # LOOKUP_INCLUDE=-I /usr/local/ldap/include -I /usr/local/mysql/include -I /usr/local/pgsql/include -# LOOKUP_LIBS=-L/usr/local/lib -lldap -llber -lmysqlclient -lpq -lgds +# LOOKUP_LIBS=-L/usr/local/lib -lldap -llber -lmysqlclient -lpq -lgds -lsqlite3 + #------------------------------------------------------------------------------ # Compiling the Exim monitor: If you want to compile the Exim monitor, a @@ -321,6 +322,7 @@ LOOKUP_LSEARCH=yes EXIM_MONITOR=eximon.bin + #------------------------------------------------------------------------------ # Compiling Exim with content scanning support: If you want to compile Exim # with support for message body content scanning, set WITH_CONTENT_SCAN to diff --git a/src/src/version.c b/src/src/version.c index de9e07b45..33bba46ab 100644 --- a/src/src/version.c +++ b/src/src/version.c @@ -1,4 +1,4 @@ -/* $Cambridge: exim/src/src/version.c,v 1.10 2005/10/03 09:49:51 ph10 Exp $ */ +/* $Cambridge: exim/src/src/version.c,v 1.11 2005/10/12 15:45:38 ph10 Exp $ */ /************************************************* * Exim - an Internet mail transport agent * @@ -12,7 +12,7 @@ #include "exim.h" -#define THIS_VERSION "4.54" +#define THIS_VERSION "4.60" /* The header file cnumber.h contains a single line containing the -- 2.30.2