X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fversion.h;h=ca68684c2246fab32525aab64025c46cdf01fc47;hb=fe0717421a74c8a93cb66edf2fa87b8e491908e4;hp=3530506c881cd4a3b50cbdc40da6c88fdaed83d3;hpb=130fca9a8654c45a02d415d8bdbe4981603fea98;p=bacula%2Fbacula diff --git a/bacula/src/version.h b/bacula/src/version.h index 3530506c88..ca68684c22 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -3,17 +3,17 @@ */ #undef VERSION -#define VERSION "2.5.0" -#define BDATE "04 June 2008" -#define LSMDATE "04Jun08" +#define VERSION "2.5.44" +#define BDATE "28 March 2009" +#define LSMDATE "28Mar09" -#define PROG_COPYRIGHT "Copyright (C) %d-2008 Free Software Foundation Europe e.V.\n" -#define BYEAR "2008" /* year for copyright messages in progs */ +#define PROG_COPYRIGHT "Copyright (C) %d-2009 Free Software Foundation Europe e.V.\n" +#define BYEAR "2009" /* year for copyright messages in progs */ /* Bacula® - The Network Backup Solution - Copyright (C) 2000-2008 Free Software Foundation Europe e.V. + Copyright (C) 2000-2009 Free Software Foundation Europe e.V. The main author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. @@ -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 /*