]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/version.h
Use RestoreObject type in Catalog
[bacula/bacula] / bacula / src / version.h
index 7f0df3991bbdad7bba55055563aef87d1f58057f..da34dd449045c3ae936e2ad59c1661159bca8cff 100644 (file)
@@ -1,16 +1,16 @@
 
 #undef  VERSION
-#define VERSION "5.1.8"
-#define BDATE   "24 January 2011"
-#define LSMDATE "24Jan11"
+#define VERSION "5.2.4"
+#define BDATE   "02 January 2012"
+#define LSMDATE "02Jan12"
 
-#define PROG_COPYRIGHT "Copyright (C) %d-2010 Free Software Foundation Europe e.V.\n"
-#define BYEAR "2011"       /* year for copyright messages in progs */
+#define PROG_COPYRIGHT "Copyright (C) %d-2012 Free Software Foundation Europe e.V.\n"
+#define BYEAR "2012"       /* year for copyright messages in progs */
 
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2000-2011 Free Software Foundation Europe e.V.
+   Copyright (C) 2000-2012 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
 #define TRACE_FILE 1
 
 /* If this is set stdout will not be closed on startup */
-#define DEVELOPER 1
+/* #define DEVELOPER 1 */
+
+/* adjust DEVELOPER_MODE for status command */
+#ifdef DEVELOPER
+# define DEVELOPER_MODE 1
+#else
+# define DEVELOPER_MODE 0
+#endif
 
 /*
  * SMCHECK does orphaned buffer checking (memory leaks)