X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fversion.h;h=4c3741e95e42132cfbbb39dc806d7fa2af8fb1d2;hb=7f66c308ba02b0597a7e5cfc95b151c5448bc236;hp=2cb0b8b8482921cde8954e7476082f61df634744;hpb=c378237eb0ccbf0224b3d581290951186545012c;p=bacula%2Fbacula diff --git a/bacula/src/version.h b/bacula/src/version.h index 2cb0b8b848..4c3741e95e 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -4,8 +4,8 @@ #undef VERSION #define VERSION "3.0.2" -#define BDATE "15 May 2009" -#define LSMDATE "15May09" +#define BDATE "02 July 2009" +#define LSMDATE "02Jul09" #define PROG_COPYRIGHT "Copyright (C) %d-2009 Free Software Foundation Europe e.V.\n" #define BYEAR "2009" /* year for copyright messages in progs */ @@ -62,12 +62,16 @@ * it can always be turned on, but we advise to use it only * for debug */ -#ifdef DEVELOPER +#if DEVELOPER # ifndef _USE_LOCKMGR # define _USE_LOCKMGR # endif #endif +#if !HAVE_LINUX_OS +# undef _USE_LOCKMGR +#endif + /* * USE_VTAPE is a dummy tape driver. This is useful to * run regress test.