]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/version.h
kes Remove sleep at end of ./bacula
[bacula/bacula] / bacula / src / version.h
index d55b977b732876de1170540d5f46d66a2de4598b..3892ed9079c290fb61a150ddc779992bed8893c3 100644 (file)
@@ -3,9 +3,9 @@
  */
 
 #undef  VERSION
-#define VERSION "2.3.21"
-#define BDATE   "12 May 2008"
-#define LSMDATE "12May08"
+#define VERSION "2.5.1"
+#define BDATE   "06 July 2008"
+#define LSMDATE "06Jul08"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2008 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2008"       /* year for copyright messages in progs */
 #endif
 
 /*
- * USE_FAKETAPE is a dummy tape driver. This is useful to
+ * USE_VTAPE is a dummy tape driver. This is useful to
  *  run regress test.
  */
-#ifdef DEVELOPER
-//#define USE_FAKETAPE
+#ifdef HAVE_LINUX_OS
+#define USE_VTAPE
 #endif
 
 /*