X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=bacula%2Fsrc%2Fversion.h;h=03027f7d724ee9a96e500405df8a36fe0357350e;hb=d7ae7b91163f11d067658a326e765836d54b7879;hp=ca1bf50c269fd44154490dc1adbe90696a38a9d2;hpb=73b635bcd86a6eea2ba4c194099bf160d7c6ee0d;p=bacula%2Fbacula diff --git a/bacula/src/version.h b/bacula/src/version.h index ca1bf50c26..03027f7d72 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -3,9 +3,9 @@ */ #undef VERSION -#define VERSION "2.3.22" -#define BDATE "25 May 2008" -#define LSMDATE "25May08" +#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 */ @@ -58,11 +58,11 @@ #endif /* - * USE_FAKETAPE is a dummy tape driver. This is useful to + * USE_VTAPE is a dummy tape driver. This is useful to * run regress test. */ #ifdef DEVELOPER -//#define USE_FAKETAPE +#define USE_VTAPE #endif /*