X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fversion.h;h=33104848221d3fd91147c7ea9608bbccb081e5ba;hb=2832564f88592452b785f047a0019c84aa496266;hp=66973bbabbbab0dfbb8e07bcc8144438632396ce;hpb=f5a2de2673f9a5648705c237b1089d45b4012108;p=bacula%2Fbacula diff --git a/bacula/src/version.h b/bacula/src/version.h index 66973bbabb..3310484822 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -3,9 +3,9 @@ */ #undef VERSION -#define VERSION "3.0.2" -#define BDATE "08 June 2009" -#define LSMDATE "08Jun09" +#define VERSION "3.1.6" +#define BDATE "01 December 2009" +#define LSMDATE "01Dec09" #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.