git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8852 
91ce42f0-d328-0410-95d8-
f526ca767f89
 
    cd src/qt-console
    echo "Creating bat Makefile"
    touch bat
+   chmod 755 bat
    $QMAKEBIN
    make clean
    cd ${BUILD_DIR}
 
    cd src/qt-console
    echo "Creating bat Makefile"
    touch bat
+   chmod 755 bat
    $QMAKEBIN
    make clean
    cd ${BUILD_DIR}
 
 
 #undef  VERSION
 #define VERSION "3.0.2"
-#define BDATE   "15 May 2009"
-#define LSMDATE "15May09"
+#define BDATE   "23 May 2009"
+#define LSMDATE "23May09"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2009 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2009"       /* year for copyright messages in progs */
 
           
 General:
 
+23May09
+kes  Yet another try to get qmake to install bat correctly. It looks
+     like the trick is to have an executable bat file when qmake is
+     run during ./configure.
 21May09
 kes  Add Catalog = all to the default Messages resource.
 19May09