]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/version.h
- Fix non-python prototypes in dummy routines.
[bacula/bacula] / bacula / src / version.h
index d14993f0c198bf29628a221d44bda004db4ec0c9..10d0c573da5f291ec565c2f38e583161827b848a 100644 (file)
@@ -1,8 +1,8 @@
 /* */
 #undef  VERSION
-#define VERSION "1.35.3"
-#define BDATE   "02 September 2004"
-#define LSMDATE "02Sep04"
+#define VERSION "1.37.1"
+#define BDATE   "01 December 2004"
+#define LSMDATE "01Dec04"
 
 /* Debug flags */
 #undef  DEBUG
 #define SMCHECK     
 #define TRACE_FILE 1  
 
+/* If this is set stdout will not be closed on startup */
+#define DEVELOPER 1
+
+
 
 /* Debug flags not normally turned on */
 
 /* #define TRACE_JCR_CHAIN 1 */
 /* #define TRACE_RES 1 */
 /* #define DEBUG_MEMSET 1 */
+
+/* Check if header of tape block is zero before writing */
 #define DEBUG_BLOCK_ZEROING 1
 
 /* #define FULL_DEBUG 1 */   /* normally on for testing only */