X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fversion.h;h=562333e73e635dd885c2fea5881f7b72dc371507;hb=dcaa5af288b0e8a55763b600df1d7256322a7135;hp=8bc07f9ce533070c26f552b485b95d4497863d0a;hpb=e66a7296549dc331bbf585562e8127db193f2530;p=bacula%2Fbacula diff --git a/bacula/src/version.h b/bacula/src/version.h index 8bc07f9ce5..562333e73e 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -3,9 +3,9 @@ */ #undef VERSION -#define VERSION "2.3.16" -#define BDATE "06 April 2008" -#define LSMDATE "06Apr08" +#define VERSION "2.5.22" +#define BDATE "01 December 2008" +#define LSMDATE "01Dec08" #define PROG_COPYRIGHT "Copyright (C) %d-2008 Free Software Foundation Europe e.V.\n" #define BYEAR "2008" /* year for copyright messages in progs */ @@ -32,7 +32,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - Bacula® is a registered trademark of John Walker. + Bacula® is a registered trademark of Kern Sibbald. The licensor of Bacula is the Free Software Foundation Europe (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich, Switzerland, email:ftf@fsfeurope.org. @@ -57,6 +57,14 @@ #define SMCHECK #endif +/* + * USE_VTAPE is a dummy tape driver. This is useful to + * run regress test. + */ +#ifdef HAVE_LINUX_OS +#define USE_VTAPE +#endif + /* * for fastest speed but you must have a UPS to avoid unwanted shutdowns */