]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/version.h
Update date
[bacula/bacula] / bacula / src / version.h
index 677a81f69cb7fb0b586f928de7a18dd52c2960d6..573ec3750475bb0b5ba447a11acb7519200e11a8 100644 (file)
@@ -5,14 +5,14 @@
 #define COMMUNITY 1      /* Define to create a Windows community binary */
 
 /* Note: there can be only *one* VERSION in this file */
-#define VERSION "7.2.0"
-#define BDATE   "17 November 2015"
-#define LSMDATE "17Nov15"
+#define VERSION "7.4.7"
+#define BDATE   "31 March 2017"
+#define LSMDATE "31Mar17"
 
 #define RELEASE 1   /* Use ONLY in rpms */
 
-#define PROG_COPYRIGHT "Copyright (C) %d-2015 Kern Sibbald.\n"
-#define BYEAR "2015"       /* year for copyright messages in progs */
+#define PROG_COPYRIGHT "Copyright (C) %d-2017 Kern Sibbald.\n"
+#define BYEAR "2017"       /* year for copyright messages in progs */
 
 /*
  * Versions of packages needed to build Bacula components
@@ -23,8 +23,7 @@
 /*
    Bacula(R) - The Network Backup Solution
 
-   Copyright (C) 2000-2015 Kern Sibbald
-   Copyright (C) 2000-2015 Free Software Foundation Europe e.V.
+   Copyright (C) 2000-2017 Kern Sibbald
 
    The original author of Bacula is Kern Sibbald, with contributions
    from many others, a complete list can be found in the file AUTHORS.
@@ -95,7 +94,7 @@
  */
 /* #define USE_LOCKMGR_SAFEKILL */
 
-#if !HAVE_LINUX_OS && !HAVE_SUN_OS && !HAVE_DARWIN_OS && !HAVE_FREEBSD_OS
+#if !HAVE_LINUX_OS && !HAVE_SUN_OS && !HAVE_DARWIN_OS && !HAVE_FREEBSD_OS && !HAVE_KFREEBSD_OS
 # undef _USE_LOCKMGR
 #endif