X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fversion.h;h=03027f7d724ee9a96e500405df8a36fe0357350e;hb=d7ae7b91163f11d067658a326e765836d54b7879;hp=db28a38de392bd02f5d97fbce8fecbba7cb23f29;hpb=02c6b5dc2ab193f752eb1f34a9485562cc3ce05c;p=bacula%2Fbacula diff --git a/bacula/src/version.h b/bacula/src/version.h index db28a38de3..03027f7d72 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -3,17 +3,17 @@ */ #undef VERSION -#define VERSION "2.3.5" -#define BDATE "24 September 2007" -#define LSMDATE "24Sep07" +#define VERSION "2.5.0" +#define BDATE "04 June 2008" +#define LSMDATE "04Jun08" -#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. @@ -57,6 +57,14 @@ #define SMCHECK #endif +/* + * USE_VTAPE is a dummy tape driver. This is useful to + * run regress test. + */ +#ifdef DEVELOPER +#define USE_VTAPE +#endif + /* * for fastest speed but you must have a UPS to avoid unwanted shutdowns */