X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fversion.h;h=df709b725e5d1da3deb1e04b8136bfa931d81f73;hb=718f8b0ec7f82d93e0b4c2ebd7c5e3d5d4c91c17;hp=48265be514d87f82f25481e0dff43b23d5700e28;hpb=38c6280230a024ba0d15365d27921d25fe3d365c;p=bacula%2Fbacula diff --git a/bacula/src/version.h b/bacula/src/version.h index 48265be514..df709b725e 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -5,20 +5,25 @@ #define COMMUNITY 1 /* Define to create a Windows community binary */ /* Note: there can be only *one* VERSION in this file */ -#define VERSION "7.2.0" -#define BDATE "14 August 2015" -#define LSMDATE "14Aug15" +#define VERSION "9.0.7" +#define BDATE "24 February 2018" +#define LSMDATE "24Feb18" #define RELEASE 1 /* Use ONLY in rpms */ -#define PROG_COPYRIGHT "Copyright (C) %d-2015 Kern Sibbald.\n" -#define BYEAR "2015" /* year for copyright messages in progs */ +#define PROG_COPYRIGHT "Copyright (C) %d-2019 Kern Sibbald.\n" +#define BYEAR "2018" /* year for copyright messages in progs */ + +/* + * Versions of packages needed to build Bacula components + */ +#define DEPKGS_QT_VERSION "01Jan13" +#define DEPKGS_VERSION "26Jun14" /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2015 Kern Sibbald - Copyright (C) 2000-2015 Free Software Foundation Europe e.V. + 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. @@ -40,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 */ @@ -61,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 @@ -89,7 +91,7 @@ */ /* #define USE_LOCKMGR_SAFEKILL */ -#if !HAVE_LINUX_OS && !HAVE_SUN_OS && !HAVE_DARWIN_OS && !HAVE_FREEBSD_OS +#if !HAVE_LINUX_OS && !HAVE_SUN_OS && !HAVE_DARWIN_OS && !HAVE_FREEBSD_OS && !HAVE_KFREEBSD_OS # undef _USE_LOCKMGR #endif