]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/version.h
Fix additional problems with VSS backup that I introduced.
[bacula/bacula] / bacula / src / version.h
index f44707ce51bb97e3e1d7e8afa897eb4f7db09288..cc7c654a44a39071d35e507436ba728e6c9b4b1f 100644 (file)
@@ -1,8 +1,8 @@
 /* */
 #undef  VERSION
-#define VERSION "1.37.2"
-#define BDATE   "08 January 2005"
-#define LSMDATE "08Jan05"
+#define VERSION "1.37.32"
+#define BDATE   "22 July 2005"
+#define LSMDATE "22Jul05"
 
 /* Debug flags */
 #undef  DEBUG
@@ -21,6 +21,7 @@
 /* #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
@@ -33,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 */
+/* #define FD_NO_SEND_TEST 1 */