X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fversion.h;h=631418bed590e37b66276e426a7d590ebd8e166b;hb=3fce682f882de346474bf97cc9255799b334197b;hp=2aceda5db4cca5eb81f5460b8dc9a86dd1a52997;hpb=fa5bc79dbae75f82e4b0a1a132132b6603e4748d;p=bacula%2Fbacula diff --git a/bacula/src/version.h b/bacula/src/version.h index 2aceda5db4..631418bed5 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -3,9 +3,9 @@ */ #undef VERSION -#define VERSION "2.3.18" -#define BDATE "19 April 2008" -#define LSMDATE "19Apr08" +#define VERSION "2.3.22" +#define BDATE "30 May 2008" +#define LSMDATE "30May08" #define PROG_COPYRIGHT "Copyright (C) %d-2008 Free Software Foundation Europe e.V.\n" #define BYEAR "2008" /* year for copyright messages in progs */ @@ -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 */