From 42b812a8be68b5798624fffeb0437b8830c4d2cc Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 22 Nov 2004 09:28:41 +0000 Subject: [PATCH] - Update authentication failure message to indicate possible problem with Maximum Concurrent Jobs. Add to doc too. - Commit PostgreSQL BIGINT fix -- apparently some people didn't get it. - Do not use a slot unless it is InChanger in the autochanger code, otherwise autochanger gets upset not finding the Volume. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1717 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bacula/src/version.h b/bacula/src/version.h index b863263b6a..3ee8d8a11c 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -1,8 +1,8 @@ /* */ #undef VERSION #define VERSION "1.36.1" -#define BDATE "21 November 2004" -#define LSMDATE "21Nov04" +#define BDATE "22 November 2004" +#define LSMDATE "22Nov04" /* Debug flags */ #undef DEBUG -- 2.39.5