X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fversion.h;h=9cc93ba25f715db9e9f8749656fdcbc681c96d3a;hb=17af0744b0a92508e06cd64f12bc0eb77ffb0631;hp=5d6c410b581f37ee0a71973afaefd61715fa28cf;hpb=fd0b2e1f475853779bf86d38c9cf8835352af15e;p=bacula%2Fbacula diff --git a/bacula/src/version.h b/bacula/src/version.h index 5d6c410b58..9cc93ba25f 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -3,9 +3,9 @@ */ #undef VERSION -#define VERSION "2.3.22" -#define BDATE "04 June 2008" -#define LSMDATE "04Jun08" +#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. @@ -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 +#ifdef HAVE_LINUX_OS +#define USE_VTAPE #endif /*