]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/version.h
Final tweaks for release 7.4.5
[bacula/bacula] / bacula / src / version.h
index 315515ba420858aa174613a067f8b9f0cbfc1d85..1fe7e44b0dbbd8237b4e7ce12e6772362cf7df7e 100644 (file)
@@ -5,20 +5,25 @@
 #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   "12 August 2015"
-#define LSMDATE "02Aug15"
+#define VERSION "7.4.5"
+#define BDATE   "07 February 2017"
+#define LSMDATE "07Feb17"
 
 #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
+ */
+#define DEPKGS_QT_VERSION  "01Jan13"
+#define DEPKGS_VERSION     "26Jun14"
 
 /*
    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-2016 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.
@@ -89,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