]> git.sur5r.net Git - bacula/bacula/commitdiff
Update version
authorKern Sibbald <kern@sibbald.com>
Mon, 5 Feb 2007 11:03:44 +0000 (11:03 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 5 Feb 2007 11:03:44 +0000 (11:03 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4102 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/lib/bsock.h
bacula/src/version.h

index 05e9a905a038652ff073b381dc6effb8e4fae7bd..66e1961923e279668c776ae90ce54fd8baad33c8 100644 (file)
@@ -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:
index 11f819355bcefee7afdfa84370f567aa8cb6cadd..f7a8f6e9429404fb0acaa7f3c753d7dc9f80a4ef 100644 (file)
@@ -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 */