X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fversion.h;h=3015c23ed285a2acca5d09918ee5312c9f388886;hb=7f3b2717d08ce3a7618c0cf0dc5bf6a5f8ddbe76;hp=b57fa0b50182cdb23a647e51b44ef89c3dad57ac;hpb=d6bc47a34c1d0126c4508f0fb2a9c44bf9d1057b;p=bacula%2Fbacula diff --git a/bacula/src/version.h b/bacula/src/version.h index b57fa0b501..3015c23ed2 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -1,29 +1,24 @@ /* */ -#define VERSION "1.31" +#undef VERSION +#define VERSION "1.33.6" #define VSTRING "1" -#define BDATE "22 Jul 2003" -#define LSMDATE "22Jul03" +#define BDATE "27 Mar 2004" +#define LSMDATE "27Mar04" /* Debug flags */ +#undef DEBUG #define DEBUG 1 #define TRACEBACK 1 #define SMCHECK #define TRACE_FILE 1 -#define FULL_DEBUG 1 /* normally on for testing only */ +/* #define FULL_DEBUG 1 */ /* normally on for testing only */ /* Turn this on ONLY if you want all Dmsg() to append to the * trace file. Implemented mainly for Win32 ... */ /* #define SEND_DMSG_TO_FILE 1 */ -/* Turn this on if you want to use the Job semaphore code */ -#define USE_SEMAPHORE - -/* Turn this on if you want to use the new Job scheduling code */ -#undef USE_SEMAPHORE -#define JOB_QUEUE 1 - /* #define NO_ATTRIBUTES_TEST 1 */ /* #define NO_TAPE_WRITE_TEST 1 */