From 2cdf525ffb803a547e31e4776d2c3b84d8896807 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 15 Jul 2017 17:37:23 +0200 Subject: [PATCH] Tweak update time/date --- bacula/src/dird/bdirjson.c | 1 + bacula/src/version.h | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bacula/src/dird/bdirjson.c b/bacula/src/dird/bdirjson.c index f44f77ea4d..948d1e8ea9 100644 --- a/bacula/src/dird/bdirjson.c +++ b/bacula/src/dird/bdirjson.c @@ -760,6 +760,7 @@ static void display_run(HPKT &hpkt) sendit(NULL, " \"%s\": \"%s\"", RunFields[i].name, joblevels[j].level_name); first = false; + break; } } //} diff --git a/bacula/src/version.h b/bacula/src/version.h index 8f0af46e5a..eb7f319018 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 "9.0.1" -#define BDATE "12 July 2017" -#define LSMDATE "12Jul17" +#define VERSION "9.0.2" +#define BDATE "15 July 2017" +#define LSMDATE "15Jul17" #define RELEASE 1 /* Use ONLY in rpms */ -- 2.39.5