From c1438fc06abc4fc3a3fa75f7a84d8334bd0807ae Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 23 Jul 2005 09:45:26 +0000 Subject: [PATCH] Fix additional problems with VSS backup that I introduced. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2237 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/kes-1.37 | 3 +++ bacula/src/version.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/bacula/kes-1.37 b/bacula/kes-1.37 index 4835db30b1..690a3262e7 100644 --- a/bacula/kes-1.37 +++ b/bacula/kes-1.37 @@ -3,6 +3,9 @@ General: +Changes to 1.37.32: +23Jul05 +- Fix additional problems with VSS backup that I introduced. Changes to 1.37.31: 22Jul05 - Correct compiler complaints in wx-console and tray-monitor. diff --git a/bacula/src/version.h b/bacula/src/version.h index 33196a4bd5..cc7c654a44 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -1,6 +1,6 @@ /* */ #undef VERSION -#define VERSION "1.37.31" +#define VERSION "1.37.32" #define BDATE "22 July 2005" #define LSMDATE "22Jul05" -- 2.39.5