]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/version.h
Remove SQLite2 scripts
[bacula/bacula] / bacula / src / version.h
index 978ca594543c94ad6cb39a8107fbefc31c52f72e..33104848221d3fd91147c7ea9608bbccb081e5ba 100644 (file)
@@ -3,9 +3,9 @@
  */
 
 #undef  VERSION
-#define VERSION "3.0.2"
-#define BDATE   "25 May 2009"
-#define LSMDATE "25May09"
+#define VERSION "3.1.6"
+#define BDATE   "01 December 2009"
+#define LSMDATE "01Dec09"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2009 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2009"       /* year for copyright messages in progs */
  *   it can always be turned on, but we advise to use it only
  *   for debug
  */
-#ifdef DEVELOPER
+#if DEVELOPER
 # ifndef _USE_LOCKMGR
 #  define _USE_LOCKMGR
 # endif
 #endif
 
+#if !HAVE_LINUX_OS
+# undef _USE_LOCKMGR
+#endif
+
 /*
  * USE_VTAPE is a dummy tape driver. This is useful to
  *  run regress test.