X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fversion.h;h=9cc93ba25f715db9e9f8749656fdcbc681c96d3a;hb=17af0744b0a92508e06cd64f12bc0eb77ffb0631;hp=ed93a77cfa01257f4fc05e1098d29e4c8a56983f;hpb=251a2e355a8c0e6cc6059f7b56f0b2e6704c634d;p=bacula%2Fbacula diff --git a/bacula/src/version.h b/bacula/src/version.h index ed93a77cfa..9cc93ba25f 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -3,9 +3,9 @@ */ #undef VERSION -#define VERSION "2.3.16" -#define BDATE "04 April 2008" -#define LSMDATE "04Apr08" +#define VERSION "2.5.17" +#define BDATE "28 October 2008" +#define LSMDATE "28Oct08" #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 */