From d4b22726ef10085f89de4671b8110d3374174ddc Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 25 Sep 2008 20:07:52 +0000 Subject: [PATCH] Fix Win32 build to include new library function git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7647 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/version.h | 6 +++--- bacula/technotes-2.5 | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bacula/src/version.h b/bacula/src/version.h index 94e7bf20f1..c8c8a09200 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -3,9 +3,9 @@ */ #undef VERSION -#define VERSION "2.5.3" -#define BDATE "24 September 2008" -#define LSMDATE "24Sep08" +#define VERSION "2.5.4" +#define BDATE "25 September 2008" +#define LSMDATE "25Sep08" #define PROG_COPYRIGHT "Copyright (C) %d-2008 Free Software Foundation Europe e.V.\n" #define BYEAR "2008" /* year for copyright messages in progs */ diff --git a/bacula/technotes-2.5 b/bacula/technotes-2.5 index eab33fbe5a..241f5eb79b 100644 --- a/bacula/technotes-2.5 +++ b/bacula/technotes-2.5 @@ -19,6 +19,7 @@ remove reader/writer in FOPTS???? General: 25Sep08 +kes Fix Win32 build to include new library function. kes Remove some old reader/writer code. kes Implement ./configure --with-plugindir=xxx ebl Fix the mysql bug in the new accurate code -- 2.39.5