]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/version.h
Fix maxruntime bug #621.
[bacula/bacula] / bacula / src / version.h
index 5346f4f2a8f9c28d8c0997ea1b80b49139237751..78cd11f5c2d3b769b7971fc3c753cac166fcd625 100644 (file)
@@ -3,17 +3,17 @@
  */
 
 #undef  VERSION
-#define VERSION "1.39.29"
-#define BDATE   "24 November 2006"
-#define LSMDATE "24Nov06"
+#define VERSION "2.1.1"
+#define BDATE   "28 January 2007"
+#define LSMDATE "28Jan07"
 
-#define PROG_COPYRIGHT "Copyright (C) 2000-%s 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.
 /* If this is set stdout will not be closed on startup */
 #define DEVELOPER 1
 
+#define DATA_ENCRYPTION 1
+
 #define USE_BSNPRINTF 1
 
-/* Debug flags not normally turned on */
+/* Disk file seeking is now controled by CAP_POSITIONBLOCKS */
 
-/* #define FILE_SEEK 1 */
+/* Debug flags not normally turned on */
 
 /* #define TRACE_JCR_CHAIN 1 */
 /* #define TRACE_RES 1 */