X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fversion.h;h=14816f72d5cbd1f0b55a987c7681b192a7472b73;hb=367fc8b00e25565c4cdfcbfb48da055b81fc8ae8;hp=573ec3750475bb0b5ba447a11acb7519200e11a8;hpb=776918d35f779c24c80e999291cfe8006f43a8b7;p=bacula%2Fbacula diff --git a/bacula/src/version.h b/bacula/src/version.h index 573ec37504..14816f72d5 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.7" -#define BDATE "31 March 2017" -#define LSMDATE "31Mar17" +#define VERSION "7.9.5" +#define BDATE "17 June 2017" +#define LSMDATE "17Jun17" #define RELEASE 1 /* Use ONLY in rpms */ @@ -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