]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/version.h
Tweak update version + date
[bacula/bacula] / bacula / src / version.h
index 48265be514d87f82f25481e0dff43b23d5700e28..d7b6752c7a27104c41bfacb1a39154c44248df46 100644 (file)
@@ -5,19 +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   "14 August 2015"
-#define LSMDATE "14Aug15"
+#define VERSION "7.2.1"
+#define BDATE   "10 January 2016"
+#define LSMDATE "10Jan16"
 
 #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-2016 Kern Sibbald.\n"
+#define BYEAR "2016"       /* 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-2016 Kern Sibbald
    Copyright (C) 2000-2015 Free Software Foundation Europe e.V.
 
    The original author of Bacula is Kern Sibbald, with contributions
@@ -89,7 +95,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