From: Kern Sibbald Date: Mon, 5 Feb 2007 11:03:44 +0000 (+0000) Subject: Update version X-Git-Tag: Release-2.2.0~1105 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=324a5b315b71c557c542b15652b5573a9609b798;p=bacula%2Fbacula Update version git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4102 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/lib/bsock.h b/bacula/src/lib/bsock.h index 05e9a905a0..66e1961923 100644 --- a/bacula/src/lib/bsock.h +++ b/bacula/src/lib/bsock.h @@ -14,7 +14,7 @@ /* Bacula® - The Network Backup Solution - Copyright (C) 2000-2006 Free Software Foundation Europe e.V. + Copyright (C) 2000-2007 Free Software Foundation Europe e.V. The main author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. @@ -89,9 +89,11 @@ enum { #define BNET_SETBUF_WRITE 2 /* Arg for bnet_set_buffer_size */ /* Return status from bnet_recv() */ -#define BNET_SIGNAL -1 -#define BNET_HARDEOF -2 -#define BNET_ERROR -3 +enum { + BNET_SIGNAL = -1, + BNET_HARDEOF = -2, + BNET_ERROR = -3 +}; /* * TLS enabling values. Value is important for comparison, ie: diff --git a/bacula/src/version.h b/bacula/src/version.h index 11f819355b..f7a8f6e942 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -4,8 +4,8 @@ #undef VERSION #define VERSION "2.1.2" -#define BDATE "04 February 2007" -#define LSMDATE "04Feb07" +#define BDATE "05 February 2007" +#define LSMDATE "05Feb07" #define PROG_COPYRIGHT "Copyright (C) %d-2007 Free Software Foundation Europe e.V.\n" #define BYEAR "2007" /* year for copyright messages in progs */