]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/version.h
dhb left console.cpp uncompileable. Modified a comment in mainwin.cpp
[bacula/bacula] / bacula / src / version.h
index 53d9cc4bdc73be37d29a8a6146ce4378eac88baa..bddc78248988ff6bafc60fa24e633991a08ff7a9 100644 (file)
@@ -3,17 +3,17 @@
  */
 
 #undef  VERSION
-#define VERSION "2.0.0"
-#define BDATE   "28 December 2006"
-#define LSMDATE "28Dec06"
+#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.
 
 #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 */