X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fversion.h;h=14816f72d5cbd1f0b55a987c7681b192a7472b73;hb=367fc8b00e25565c4cdfcbfb48da055b81fc8ae8;hp=0a9d0a3ffd28d424dc6ac046d141d97002f3e747;hpb=7b7d32c5126cb57a3aac8bfdac618384763f9b62;p=bacula%2Fbacula diff --git a/bacula/src/version.h b/bacula/src/version.h index 0a9d0a3ffd..14816f72d5 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.2.0" -#define BDATE "17 November 2015" -#define LSMDATE "17Nov15" +#define VERSION "7.9.5" +#define BDATE "17 June 2017" +#define LSMDATE "17Jun17" #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-2017 Kern Sibbald.\n" +#define BYEAR "2017" /* year for copyright messages in progs */ /* * Versions of packages needed to build Bacula components @@ -23,8 +23,7 @@ /* 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. @@ -46,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 */ @@ -67,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