From: Kern Sibbald Date: Sun, 6 Sep 2009 09:04:34 +0000 (+0200) Subject: Increment minor version to avoid future conflict X-Git-Tag: Release-5.0.0~318^2~11 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0440ac7decc86420af6f47f855c4f03a7fe148d7;p=bacula%2Fbacula Increment minor version to avoid future conflict --- diff --git a/bacula/src/version.h b/bacula/src/version.h index faa1016baa..7e1fa23140 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -3,9 +3,9 @@ */ #undef VERSION -#define VERSION "3.0.3" -#define BDATE "04 September 2009" -#define LSMDATE "04Sep09" +#define VERSION "3.1.3" +#define BDATE "06 September 2009" +#define LSMDATE "06Sep09" #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 48b449b506..33bc1701b0 100644 --- a/bacula/technotes +++ b/bacula/technotes @@ -3,6 +3,7 @@ General: 06Sep09 +kes Increment minor version to avoid future conflict. kes Increase default path/file length to 2048. This should fix bug #1368. Too bad Mac OS programmers don't respect POSIX standards.