X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fversion.h;h=50ef8e261329f3f030e4bf112703ae247c12e8c4;hb=813c65560dc7cb4524cc20ae908141f00e7dedb5;hp=a39e638d87de07d82314db9ce0f0630dc6019333;hpb=8ce01317b5ce8c9710eed6201397a3b13686906a;p=bacula%2Fbacula diff --git a/bacula/src/version.h b/bacula/src/version.h index a39e638d87..50ef8e2613 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 "15 January 2016" -#define LSMDATE "15Jan16" +#define VERSION "9.0.3" +#define BDATE "08 August 2017" +#define LSMDATE "08Aug17" #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