X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fversion.h;h=7ec359d2a3327324939a2506d05e797f082b9576;hb=622ee72055f42b85772a1f246eae84b8c90cb56e;hp=847bc6812c93a44798d22755599b5d15cf3b7aad;hpb=69630fabe2355ab7f996694e80e7cccb78710c2c;p=bacula%2Fbacula diff --git a/bacula/src/version.h b/bacula/src/version.h index 847bc6812c..7ec359d2a3 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -3,9 +3,9 @@ */ #undef VERSION -#define VERSION "3.0.2" -#define BDATE "23 May 2009" -#define LSMDATE "23May09" +#define VERSION "3.1.6" +#define BDATE "06 December 2009" +#define LSMDATE "06Dec09" #define PROG_COPYRIGHT "Copyright (C) %d-2009 Free Software Foundation Europe e.V.\n" #define BYEAR "2009" /* year for copyright messages in progs */ @@ -62,10 +62,18 @@ * 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 +/* + * Enable priority management with the lock manager + */ +//# define USE_LOCKMGR_PRIORITY +#endif + +#if !HAVE_LINUX_OS +# undef _USE_LOCKMGR #endif /*