]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/version.h
Tweak mutex order for SD
[bacula/bacula] / bacula / src / version.h
index f7b3e3cec40db4fc3b0cb244f806061187337b77..7ec359d2a3327324939a2506d05e797f082b9576 100644 (file)
@@ -3,9 +3,9 @@
  */
 
 #undef  VERSION
-#define VERSION "3.1.5"
-#define BDATE   "15 November 2009"
-#define LSMDATE "15Nov09"
+#define VERSION "3.1.6"
+#define BDATE   "06 December 2009"
+#define LSMDATE "06Dec09"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2009 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2009"       /* year for copyright messages in progs */
 # ifndef _USE_LOCKMGR
 #  define _USE_LOCKMGR
 # endif
+/*
+ * Enable priority management with the lock manager
+ */
+//# define USE_LOCKMGR_PRIORITY
 #endif
 
 #if !HAVE_LINUX_OS