]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/version.h
Update version+date
[bacula/bacula] / bacula / src / version.h
index de52eaa44d7225b996f8fe4d80c6187f22fad6bc..894be22ad772f27a6e80518e10bccc4831be0cf7 100644 (file)
@@ -1,52 +1,50 @@
-
+#ifndef VERSION_H
+#define VERSION_H
 #undef  VERSION
-#define VERSION "7.0.1"
-#define BDATE   "31 March 2014"
-#define LSMDATE "318Mar14"
 
-#define PROG_COPYRIGHT "Copyright (C) %d-2014 Free Software Foundation Europe e.V.\n"
-#define BYEAR "2014"       /* year for copyright messages in progs */
+#define COMMUNITY 1      /* Define to create a Windows community binary */
+
+/* Note: there can be only *one* VERSION in this file */
+#define VERSION "9.0.8"
+#define BDATE   "25 May 2018"
+#define LSMDATE "25May18"
+
+#define RELEASE 1   /* Use ONLY in rpms */
+
+#define PROG_COPYRIGHT "Copyright (C) %d-2018 Kern Sibbald.\n"
+#define BYEAR "2018"       /* year for copyright messages in progs */
 
 /*
  * Versions of packages needed to build Bacula components
  */
 #define DEPKGS_QT_VERSION  "01Jan13"
-#define DEPKGS_VERSION     "29Feb12"
-#define BQT4_VERSION       "4.8.4"
-
+#define DEPKGS_VERSION     "26Jun14"
 
 /*
-   Bacula® - The Network Backup Solution
+   Bacula(R) - The Network Backup Solution
 
-   Copyright (C) 2000-2014 Free Software Foundation Europe e.V.
+   Copyright (C) 2000-2018 Kern Sibbald
 
-   The main author of Bacula is Kern Sibbald, with contributions from many
-   others, a complete list can be found in the file AUTHORS.
+   The original author of Bacula is Kern Sibbald, with contributions
+   from many others, a complete list can be found in the file AUTHORS.
 
    You may use this file and others of this release according to the
    license defined in the LICENSE file, which includes the Affero General
    Public License, v3.0 ("AGPLv3") and some additional permissions and
    terms pursuant to its AGPLv3 Section 7.
 
-   Bacula® is a registered trademark of Kern Sibbald.
-*/
-
-/* Shared object library versions */
-
-/* Uncomment to overwrite default value from VERSION */
-/* #define LIBBAC_LT_RELEASE     "5.1.0" */
-/* #define LIBBACCFG_LT_RELEASE  "5.1.0" */
-/* #define LIBBACPY_LT_RELEASE   "5.1.0" */
-/* #define LIBBACSQL_LT_RELEASE  "5.1.0" */
-/* #define LIBBACCATS_LT_RELEASE  "5.1.0" */
-/* #define LIBBACFIND_LT_RELEASE "5.1.0" */
+   This notice must be preserved when any source code is 
+   conveyed and/or propagated.
 
+   Bacula(R) is a registered trademark of Kern Sibbald.
+*/
 
 /* Debug flags */
 #undef  DEBUG
 #define DEBUG 1
 #define TRACEBACK 1
 #define TRACE_FILE 1
+#define ENTER_LEAVE 1
 
 /* If this is set stdout will not be closed on startup */
 /* #define DEVELOPER 1 */
@@ -93,7 +91,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
 
  * for more safety, but is 30 times slower than above
  */
 #define SQLITE3_INIT_QUERY "PRAGMA synchronous = NORMAL"
-
+   
 /*
  * This should always be on. It enables data encryption code
  *  providing it is configured.
 /* #define DEBUG_MEMSET 1 */
 /* #define DEBUG_MUTEX 1 */
 /* #define DEBUG_BLOCK_CHECKSUM 1 */
-#define BEEF 0
+
+#define BDEMO ""
 
 /*
  * Set SMALLOC_SANITY_CHECK to zero to turn off, otherwise
  *  eliminate the comm time sending to the SD.
  */
 /* #define FD_NO_SEND_TEST 1 */
+
+#endif  /* VERSION_H */