X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fversion.h;h=9cc93ba25f715db9e9f8749656fdcbc681c96d3a;hb=17af0744b0a92508e06cd64f12bc0eb77ffb0631;hp=759288cd9112de0db753976f0cb9af5c9664924a;hpb=e30e8d456f354e1110970e4dc2bc271db8c051c2;p=bacula%2Fbacula diff --git a/bacula/src/version.h b/bacula/src/version.h index 759288cd91..9cc93ba25f 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -3,9 +3,9 @@ */ #undef VERSION -#define VERSION "2.3.12" -#define BDATE "14 March 2008" -#define LSMDATE "14Mar08" +#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 */