From: Kern Sibbald Date: Sat, 23 Jul 2005 09:45:26 +0000 (+0000) Subject: Fix additional problems with VSS backup that I introduced. X-Git-Tag: Release-7.0.0~8594 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c1438fc06abc4fc3a3fa75f7a84d8334bd0807ae;p=bacula%2Fbacula 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 --- 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"