X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fversion.h;h=03027f7d724ee9a96e500405df8a36fe0357350e;hb=9cfbe86f83144637951ce85b5ecf1e653d21a75f;hp=0fae6a841d59fce8e53532add71e5c45fe4204b6;hpb=c29a6ceae9db93fc999c4a3450f3b49f612320f4;p=bacula%2Fbacula diff --git a/bacula/src/version.h b/bacula/src/version.h index 0fae6a841d..03027f7d72 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -3,9 +3,9 @@ */ #undef VERSION -#define VERSION "2.3.20" -#define BDATE "03 May 2008" -#define LSMDATE "03May08" +#define VERSION "2.5.0" +#define BDATE "04 June 2008" +#define LSMDATE "04Jun08" #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_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 */