X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fversion.h;h=faa1016baa5d7b9ae1d97485c2da99a1b2c627a5;hb=31e7eb732585049395e044aa53c9c037d03d17e7;hp=501b624e00a427fb5e8db9b64c6cc54ac8a0e980;hpb=4b0e2256fa6aef6173f69bd0c3511def14dd0204;p=bacula%2Fbacula diff --git a/bacula/src/version.h b/bacula/src/version.h index 501b624e00..faa1016baa 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -3,9 +3,9 @@ */ #undef VERSION -#define VERSION "3.0.2" -#define BDATE "14 May 2009" -#define LSMDATE "14May09" +#define VERSION "3.0.3" +#define BDATE "04 September 2009" +#define LSMDATE "04Sep09" #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.