X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fversion.h;h=bddc78248988ff6bafc60fa24e633991a08ff7a9;hb=9862360c40f948caa5fbc88e0a40b2fd00bf39f6;hp=369efec56389a1e8b7bd67988bcbb94f1dedec21;hpb=f74fe1d4ebb0e793f80066cbda7969a8c3c45630;p=bacula%2Fbacula diff --git a/bacula/src/version.h b/bacula/src/version.h index 369efec563..bddc782489 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -3,17 +3,17 @@ */ #undef VERSION -#define VERSION "1.39.29" -#define BDATE "04 December 2006" -#define LSMDATE "04Dec06" +#define VERSION "2.1.6" +#define BDATE "26 March 2007" +#define LSMDATE "26Mar07" -#define PROG_COPYRIGHT "Copyright (C) %d-2006 Free Software Foundation Europe e.V.\n" -#define BYEAR "2006" /* year for copyright messages in progs */ +#define PROG_COPYRIGHT "Copyright (C) %d-2007 Free Software Foundation Europe e.V.\n" +#define BYEAR "2007" /* year for copyright messages in progs */ /* Bacula® - The Network Backup Solution - Copyright (C) 2000-2006 Free Software Foundation Europe e.V. + Copyright (C) 2000-2007 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. @@ -53,9 +53,13 @@ #define USE_BSNPRINTF 1 -/* Debug flags not normally turned on */ +/* Turn on the following flag to enable batch attribute inserts + * in the catalog. This gives a large speedup. + */ +#define HAVE_BATCH_FILE_INSERT 1 -#define FILE_SEEK 1 + +/* Debug flags not normally turned on */ /* #define TRACE_JCR_CHAIN 1 */ /* #define TRACE_RES 1 */