X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fversion.h;h=f2344338b2515d8a1bc90114fc0a0223d3bd736b;hb=a97efc1346e08e72c5373213e2e60aff568e08e9;hp=60df9e027a90930ea5a92624920f98b9255b8f1b;hpb=513c2c6cf9c7991273cf3330404575aafae6d8a2;p=bacula%2Fbacula diff --git a/bacula/src/version.h b/bacula/src/version.h index 60df9e027a..f2344338b2 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -5,14 +5,14 @@ #define COMMUNITY 1 /* Define to create a Windows community binary */ /* Note: there can be only *one* VERSION in this file */ -#define VERSION "7.4.0" -#define BDATE "10 January 2016" -#define LSMDATE "10Jan16" +#define VERSION "9.0.6" +#define BDATE "19 November 2017" +#define LSMDATE "19Nov17" #define RELEASE 1 /* Use ONLY in rpms */ -#define PROG_COPYRIGHT "Copyright (C) %d-2016 Kern Sibbald.\n" -#define BYEAR "2016" /* year for copyright messages in progs */ +#define PROG_COPYRIGHT "Copyright (C) %d-2017 Kern Sibbald.\n" +#define BYEAR "2017" /* year for copyright messages in progs */ /* * Versions of packages needed to build Bacula components @@ -23,7 +23,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2016 Kern Sibbald + Copyright (C) 2000-2017 Kern Sibbald The original author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. @@ -45,7 +45,6 @@ #define TRACEBACK 1 #define TRACE_FILE 1 #define ENTER_LEAVE 1 -//#define FORCE_ALIGNED 1 /* If this is set stdout will not be closed on startup */ /* #define DEVELOPER 1 */ @@ -66,8 +65,6 @@ # define SMCHECK #endif -#define BEEF 0 - /* * _USE_LOCKMGR does lock/unlock mutex tracking (dead lock) * it can always be turned on, but we advise to use it only