X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fversion.h;h=d0a7c8c77a6e5503efafec4db4b2945fa40b0fa7;hb=0cb88f8d3c29f25eef210d70a11a03f6dcbf7129;hp=d6988953a5ff8cd10279aabc6e3743eb64433955;hpb=82b332d1bac62606803a851e3ffc62ec38df31ac;p=bacula%2Fbacula diff --git a/bacula/src/version.h b/bacula/src/version.h index d6988953a5..d0a7c8c77a 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -3,9 +3,9 @@ */ #undef VERSION -#define VERSION "2.3.10" -#define BDATE "24 February 2008" -#define LSMDATE "24Feb08" +#define VERSION "2.5.6" +#define BDATE "27 September 2008" +#define LSMDATE "27Sep08" #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 */