]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/version.h
add list basefiles command
[bacula/bacula] / bacula / src / version.h
index 501b624e00a427fb5e8db9b64c6cc54ac8a0e980..d5ceb6dd4ac9159915eab7bce2d2e1af0eefea0e 100644 (file)
@@ -3,9 +3,9 @@
  */
 
 #undef  VERSION
-#define VERSION "3.0.2"
-#define BDATE   "14 May 2009"
-#define LSMDATE "14May09"
+#define VERSION "3.0.3"
+#define BDATE   "30 July 2009"
+#define LSMDATE "30Jul09"
 
 #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.