]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak update time/date
authorKern Sibbald <kern@sibbald.com>
Sat, 15 Jul 2017 15:37:23 +0000 (17:37 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 15 Jul 2017 15:38:04 +0000 (17:38 +0200)
bacula/src/dird/bdirjson.c
bacula/src/version.h

index f44f77ea4db5a80c8e965aa41cf11a04376ba6dc..948d1e8ea9f527b853dc09850baca6e12a4bce5f 100644 (file)
@@ -760,6 +760,7 @@ static void display_run(HPKT &hpkt)
                      sendit(NULL, "      \"%s\": \"%s\"", RunFields[i].name,
                         joblevels[j].level_name);
                      first = false;
+                     break;
                   }
                }
             //}
index 8f0af46e5a270ee158029df67cb6daf3a8041497..eb7f319018aaecc9599efb46a0e94b98a0a3c078 100644 (file)
@@ -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 */