X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fversion.h;h=bddc78248988ff6bafc60fa24e633991a08ff7a9;hb=9862360c40f948caa5fbc88e0a40b2fd00bf39f6;hp=ee2260d30e9c968a1559182298420c1c8d8b93c7;hpb=6896591bab96fe94f28ac60dd114d7f66c4dd758;p=bacula%2Fbacula diff --git a/bacula/src/version.h b/bacula/src/version.h index ee2260d30e..bddc782489 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -3,9 +3,9 @@ */ #undef VERSION -#define VERSION "2.1.4" -#define BDATE "11 February 2007" -#define LSMDATE "11Feb07" +#define VERSION "2.1.6" +#define BDATE "26 March 2007" +#define LSMDATE "26Mar07" #define PROG_COPYRIGHT "Copyright (C) %d-2007 Free Software Foundation Europe e.V.\n" #define BYEAR "2007" /* year for copyright messages in progs */ @@ -53,7 +53,11 @@ #define USE_BSNPRINTF 1 -/* Disk file seeking is now controled by CAP_POSITIONBLOCKS */ +/* Turn on the following flag to enable batch attribute inserts + * in the catalog. This gives a large speedup. + */ +#define HAVE_BATCH_FILE_INSERT 1 + /* Debug flags not normally turned on */