X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fversion.h;h=46a5e51c8177e3f46a72474a48fdd1132c7cf521;hb=7c8c71f50a8f7546c2e717afe82402d4dc1b3017;hp=51fd7659655c7b999dc0505d62a01ced52904b15;hpb=1a3620acf21baf32d2ce057612acf6e1f40039cb;p=bacula%2Fbacula diff --git a/bacula/src/version.h b/bacula/src/version.h index 51fd765965..46a5e51c81 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -5,9 +5,9 @@ #define COMMUNITY 1 /* Define to create a Windows community binary */ /* Note: there can be only *one* VERSION in this file */ -#define VERSION "7.4.6" -#define BDATE "09 March 2017" -#define LSMDATE "09Mar17" +#define VERSION "7.9.6" +#define BDATE "25 June 2017" +#define LSMDATE "25Jun17" #define RELEASE 1 /* Use ONLY in rpms */ @@ -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