]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/version.h
Minor tweaks to Migration
[bacula/bacula] / bacula / src / version.h
index b3097e87e599e7bba7df206158f615846487636d..e92980678555886eb70f291a9a6ef2929039fa37 100644 (file)
@@ -3,9 +3,10 @@
  */
 
 #undef  VERSION
-#define VERSION "1.39.9"
-#define BDATE   "20 April 2006"
-#define LSMDATE "20Apr06"
+#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
@@ -17,7 +18,7 @@
 /* If this is set stdout will not be closed on startup */
 #define DEVELOPER 1
 
-/* #define USE_BSNPRINTF */
+#define USE_BSNPRINTF 1
 
 /* Debug flags not normally turned on */
 
@@ -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 */