]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/version.h
First cut SD plugin + minor plugin changes
[bacula/bacula] / bacula / src / version.h
index 631418bed590e37b66276e426a7d590ebd8e166b..10c63b996353e13a4155d63523b43f75c3d7c98f 100644 (file)
@@ -3,9 +3,9 @@
  */
 
 #undef  VERSION
-#define VERSION "2.3.22"
-#define BDATE   "30 May 2008"
-#define LSMDATE "30May08"
+#define VERSION "2.5.3"
+#define BDATE   "08 September 2008"
+#define LSMDATE "8Sep08"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2008 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2008"       /* year for copyright messages in progs */
@@ -32,7 +32,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   Bacula® is a registered trademark of John Walker.
+   Bacula® is a registered trademark of Kern Sibbald.
    The licensor of Bacula is the Free Software Foundation Europe
    (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich,
    Switzerland, email:ftf@fsfeurope.org.
 #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
 
 /*