X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fversion.h;h=04cff472ce3ae432ae09d6252e4dd9d63653e086;hb=7503a438c87931cf1748bd0fda3bb932e2af3346;hp=58a9cc9b05ae344da3ef8ebf86a90e0e9d825736;hpb=89927e7106e933c23872094116385ac6256cfa91;p=bacula%2Fbacula diff --git a/bacula/src/version.h b/bacula/src/version.h index 58a9cc9b05..04cff472ce 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -1,32 +1,27 @@ /* */ #undef VERSION -#define VERSION "1.36.1" -#define BDATE "21 November 2004" -#define LSMDATE "21Nov04" +#define VERSION "1.37.7" +#define BDATE "14 March 2005" +#define LSMDATE "14Mar05" /* Debug flags */ #undef DEBUG #define DEBUG 1 #define TRACEBACK 1 -#define SMCHECK -#define TRACE_FILE 1 +#define SMCHECK +#define TRACE_FILE 1 /* If this is set stdout will not be closed on startup */ #define DEVELOPER 1 -/* - * Set to time limit for other end to respond to - * authentication. Normally 10 minutes is *way* - * more than enough. - */ -#define AUTH_TIMEOUT 60 * 1000 /* Debug flags not normally turned on */ /* #define TRACE_JCR_CHAIN 1 */ /* #define TRACE_RES 1 */ /* #define DEBUG_MEMSET 1 */ +/* #define DEBUG_MUTEX 1 */ /* Check if header of tape block is zero before writing */ #define DEBUG_BLOCK_ZEROING 1 @@ -39,7 +34,7 @@ /* #define SEND_DMSG_TO_FILE 1 */ +/* The following are turned on for performance testing */ /* #define NO_ATTRIBUTES_TEST 1 */ /* #define NO_TAPE_WRITE_TEST 1 */ /* #define FD_NO_SEND TEST 1 */ -/* #define DEBUG_MUTEX 1 */