X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fversion.h;h=4c3741e95e42132cfbbb39dc806d7fa2af8fb1d2;hb=7f66c308ba02b0597a7e5cfc95b151c5448bc236;hp=9cc93ba25f715db9e9f8749656fdcbc681c96d3a;hpb=d07e262f49a8656b1e17023af33104568faa0984;p=bacula%2Fbacula diff --git a/bacula/src/version.h b/bacula/src/version.h index 9cc93ba25f..4c3741e95e 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -3,17 +3,17 @@ */ #undef VERSION -#define VERSION "2.5.17" -#define BDATE "28 October 2008" -#define LSMDATE "28Oct08" +#define VERSION "3.0.2" +#define BDATE "02 July 2009" +#define LSMDATE "02Jul09" -#define PROG_COPYRIGHT "Copyright (C) %d-2008 Free Software Foundation Europe e.V.\n" -#define BYEAR "2008" /* year for copyright messages in progs */ +#define PROG_COPYRIGHT "Copyright (C) %d-2009 Free Software Foundation Europe e.V.\n" +#define BYEAR "2009" /* year for copyright messages in progs */ /* Bacula® - The Network Backup Solution - Copyright (C) 2000-2008 Free Software Foundation Europe e.V. + Copyright (C) 2000-2009 Free Software Foundation Europe e.V. The main author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. @@ -54,7 +54,22 @@ * penalties. */ #ifdef DEVELOPER -#define SMCHECK +# define SMCHECK +#endif + +/* + * _USE_LOCKMGR does lock/unlock mutex tracking (dead lock) + * it can always be turned on, but we advise to use it only + * for debug + */ +#if DEVELOPER +# ifndef _USE_LOCKMGR +# define _USE_LOCKMGR +# endif +#endif + +#if !HAVE_LINUX_OS +# undef _USE_LOCKMGR #endif /* @@ -62,18 +77,18 @@ * run regress test. */ #ifdef HAVE_LINUX_OS -#define USE_VTAPE +# define USE_VTAPE #endif /* * for fastest speed but you must have a UPS to avoid unwanted shutdowns */ -#define SQLITE3_INIT_QUERY "PRAGMA synchronous = OFF" +//#define SQLITE3_INIT_QUERY "PRAGMA synchronous = OFF" /* * for more safety, but is 30 times slower than above */ -//#define SQLITE3_INIT_QUERY "PRAGMA synchronous = NORMAL" +#define SQLITE3_INIT_QUERY "PRAGMA synchronous = NORMAL" /* * This should always be on. It enables data encryption code