]> git.sur5r.net Git - bacula/bacula/commitdiff
Update version
authorKern Sibbald <kern@sibbald.com>
Thu, 10 Dec 2009 11:28:20 +0000 (12:28 +0100)
committerKern Sibbald <kern@sibbald.com>
Thu, 10 Dec 2009 11:28:20 +0000 (12:28 +0100)
bacula/src/version.h

index 7ec359d2a3327324939a2506d05e797f082b9576..6931e508e7a7e3dda028b06dae5b35ba73e1d312 100644 (file)
@@ -3,9 +3,9 @@
  */
 
 #undef  VERSION
-#define VERSION "3.1.6"
-#define BDATE   "06 December 2009"
-#define LSMDATE "06Dec09"
+#define VERSION "3.1.7"
+#define BDATE   "10 December 2009"
+#define LSMDATE "10Dec09"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2009 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2009"       /* year for copyright messages in progs */
 # endif
 /*
  * Enable priority management with the lock manager
+ *
+ * Note, turning this on will cause the Bacula SD to abort if
+ *  mutexes are executed out of order, which could lead to a
+ *  deadlock.  However, note that this is not necessarily a
+ *  deadlock, so turn this on only for debugging.
  */
 //# define USE_LOCKMGR_PRIORITY
 #endif