From: Kern Sibbald Date: Sun, 5 Apr 2009 08:34:49 +0000 (+0000) Subject: Fix Win32 make clean to clean correctly X-Git-Tag: Release-7.0.0~3166 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a83fa65bf16b6ee3a0199acfe2759b1707f07d95;p=bacula%2Fbacula Fix Win32 make clean to clean correctly git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8689 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/version.h b/bacula/src/version.h index 0bf8211ac9..d4c9f4fce6 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -3,9 +3,9 @@ */ #undef VERSION -#define VERSION "2.5.44" -#define BDATE "04 April 2009" -#define LSMDATE "04Apr09" +#define VERSION "3.0.0" +#define BDATE "05 April 2009" +#define LSMDATE "05Apr09" #define PROG_COPYRIGHT "Copyright (C) %d-2009 Free Software Foundation Europe e.V.\n" #define BYEAR "2009" /* year for copyright messages in progs */ diff --git a/bacula/technotes b/bacula/technotes index 88e62e029c..9a599d95e8 100644 --- a/bacula/technotes +++ b/bacula/technotes @@ -2,8 +2,10 @@ General: -04Apr09 +05Apr09 +kes Fix Win32 make clean to clean correctly kes Cleanup Win installer dialog messages a bit ... +04Apr09 kes Separate object/binaries in Win32 and Win64 builds. More to be done. kes Add bconsole to Win64 installer. 03Apr09