]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/version.h
Reorganize regex code
[bacula/bacula] / bacula / src / version.h
index 24d9edcce6189e87c2e3756644b367708a8fd5c6..b6db965166b814e06e677faf55c0ee8769d2db91 100644 (file)
@@ -1,8 +1,8 @@
 
 #undef  VERSION
-#define VERSION "5.0.0"
-#define BDATE   "26 January 2010"
-#define LSMDATE "26Jan10"
+#define VERSION "5.1.4"
+#define BDATE   "09 April 2010"
+#define LSMDATE "09Apr10"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2010 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2010"       /* year for copyright messages in progs */
    Switzerland, email:ftf@fsfeurope.org.
 */
 
+/* Shared object library versions */
+#define LIBBAC_LT_CURRENT  5
+#define LIBBAC_LT_REVISION 1
+#define LIBBAC_LT_AGE 0
+
+#define LIBBACCFG_LT_CURRENT 5
+#define LIBBACCFG_LT_REVISION 1
+#define LIBBACCFG_LT_AGE 0
+
+#define LIBBACPY_LT_CURRENT 5
+#define LIBBACPY_LT_REVISION 1
+#define LIBBACPY_LT_AGE 0
+
+#define LIBBACSQL_LT_CURRENT 5
+#define LIBBACSQL_LT_REVISION 1
+#define LIBBACSQL_LT_AGE 0
+
+#define LIBBACFIND_LT_CURRENT 5
+#define LIBBACFIND_LT_REVISION 1
+#define LIBBACFIND_LT_AGE 0
+
+
 
 /* Debug flags */
 #undef  DEBUG
@@ -43,7 +65,7 @@
 #define TRACE_FILE 1
 
 /* If this is set stdout will not be closed on startup */
-/* #define DEVELOPER 1 */
+#define DEVELOPER 1
 
 /*
  * SMCHECK does orphaned buffer checking (memory leaks)