X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fversion.h;h=da34dd449045c3ae936e2ad59c1661159bca8cff;hb=4797ea8162e0646019b63ffad16317a13dd69cf1;hp=8e600af647e2e654fca9d7ea243137df295692ed;hpb=2195015dbabc421b1c2822293067c4573c7b8c06;p=bacula%2Fbacula diff --git a/bacula/src/version.h b/bacula/src/version.h index 8e600af647..da34dd4490 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -1,16 +1,16 @@ #undef VERSION -#define VERSION "5.2.0rc2" -#define BDATE "23 September 2011" -#define LSMDATE "23Sep11" +#define VERSION "5.2.4" +#define BDATE "02 January 2012" +#define LSMDATE "02Jan12" -#define PROG_COPYRIGHT "Copyright (C) %d-2011 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. @@ -54,7 +54,14 @@ #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)