]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/version.h
kes Move the checking of the database in initializion of the Director
[bacula/bacula] / bacula / src / version.h
index 81acf9e55f52afc34b535fd108fcb42c9d771aed..206995b9b5ca7ee8f26e6a86a3de115a13474b72 100644 (file)
@@ -3,9 +3,9 @@
  */
 
 #undef  VERSION
-#define VERSION "2.1.3"
-#define BDATE   "09 February 2007"
-#define LSMDATE "09Feb07"
+#define VERSION "2.1.5"
+#define BDATE   "18 March 2007"
+#define LSMDATE "18Mar07"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2007 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2007"       /* year for copyright messages in progs */
 
 #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 */