around apparent bug in qmake
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8824
91ce42f0-d328-0410-95d8-
f526ca767f89
HEADERS += util/fmtwidgetitem.h util/comboutil.h
SOURCES += util/fmtwidgetitem.cpp util/comboutil.cpp
-INSTALLS += bins
+INSTALLS = bins
INSTALLS += confs
INSTALLS += help
*/
#undef VERSION
-#define VERSION "3.0.1"
-#define BDATE "13 May 2009"
-#define LSMDATE "13May09"
+#define VERSION "3.0.2"
+#define BDATE "14 May 2009"
+#define LSMDATE "14May09"
#define PROG_COPYRIGHT "Copyright (C) %d-2009 Free Software Foundation Europe e.V.\n"
#define BYEAR "2009" /* year for copyright messages in progs */
#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)
General:
+14May09
+kes bat not installed even if configured. Fix by working
+ around apparent bug in qmake.
13May09
ebl Turn on lockmanager when using DEVELOPER flag
07May09