]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/version.h
Massive SD calling sequence reorganization
[bacula/bacula] / bacula / src / version.h
index 15cb014b0f8ac43c2ba97163ab14111c2729d7bb..702c69730f8b0d9589992ef8ef5ad21b50220c13 100644 (file)
@@ -1,9 +1,8 @@
 /* */
 #undef  VERSION
-#define VERSION "1.35.0"
-#define VSTRING "1"
-#define BDATE   "07 July 2004"
-#define LSMDATE "07Jul04"
+#define VERSION "1.35.3"
+#define BDATE   "19 September 2004"
+#define LSMDATE "19Sep04"
 
 /* Debug flags */
 #undef  DEBUG
 #define TRACEBACK 1
 #define SMCHECK     
 #define TRACE_FILE 1  
+#define DEVELOPER 1
 
-// #define TRACE_JCR_CHAIN 1
-// #define TRACE_RES 1
+
+/* Debug flags not normally turned on */
+
+/* #define TRACE_JCR_CHAIN 1 */
+/* #define TRACE_RES 1 */
+/* #define DEBUG_MEMSET 1 */
+#define DEBUG_BLOCK_ZEROING 1
 
 /* #define FULL_DEBUG 1 */   /* normally on for testing only */