]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/version.h
Minor tweaks to Migration
[bacula/bacula] / bacula / src / version.h
index 73cf373f5c6e168c633351139023c9d50c7f891e..e92980678555886eb70f291a9a6ef2929039fa37 100644 (file)
@@ -3,9 +3,10 @@
  */
 
 #undef  VERSION
-#define VERSION "1.39.15"
-#define BDATE   "4 July 2006"
-#define LSMDATE "04Jul06"
+#define VERSION "1.39.20"
+#define BDATE   "16 August 2006"
+#define LSMDATE "16Aug06"
+#define BYEAR "2006"       /* year for copyright messages in progs */
 
 /* Debug flags */
 #undef  DEBUG
@@ -29,7 +30,7 @@
 /* #define DEBUG_MUTEX 1 */
 
 /* Check if header of tape block is zero before writing */
-#define DEBUG_BLOCK_ZEROING 1
+/* #define DEBUG_BLOCK_ZEROING 1 */
 
 /* #define FULL_DEBUG 1 */   /* normally on for testing only */