X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fversion.h;h=631418bed590e37b66276e426a7d590ebd8e166b;hb=3fce682f882de346474bf97cc9255799b334197b;hp=67388ea7a6d2d292ab5718d2048bffd83a05e4be;hpb=d8d579190acd37d5cdda4a1a80c617a923d95a4a;p=bacula%2Fbacula diff --git a/bacula/src/version.h b/bacula/src/version.h index 67388ea7a6..631418bed5 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -3,17 +3,17 @@ */ #undef VERSION -#define VERSION "2.2.1" -#define BDATE "30 August 2007" -#define LSMDATE "30Aug07" +#define VERSION "2.3.22" +#define BDATE "30 May 2008" +#define LSMDATE "30May08" -#define PROG_COPYRIGHT "Copyright (C) %d-2007 Free Software Foundation Europe e.V.\n" -#define BYEAR "2007" /* year for copyright messages in progs */ +#define PROG_COPYRIGHT "Copyright (C) %d-2008 Free Software Foundation Europe e.V.\n" +#define BYEAR "2008" /* year for copyright messages in progs */ /* Bacula® - The Network Backup Solution - Copyright (C) 2000-2007 Free Software Foundation Europe e.V. + Copyright (C) 2000-2008 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. @@ -46,7 +46,7 @@ #define TRACE_FILE 1 /* If this is set stdout will not be closed on startup */ -/* #define DEVELOPER 1 */ +#define DEVELOPER 1 /* * SMCHECK does orphaned buffer checking (memory leaks) @@ -57,6 +57,14 @@ #define SMCHECK #endif +/* + * USE_FAKETAPE is a dummy tape driver. This is useful to + * run regress test. + */ +#ifdef DEVELOPER +//#define USE_FAKETAPE +#endif + /* * for fastest speed but you must have a UPS to avoid unwanted shutdowns */