]> git.sur5r.net Git - bacula/bacula/commitdiff
Add proper version to bat
authorKern Sibbald <kern@sibbald.com>
Thu, 17 Apr 2008 16:48:18 +0000 (16:48 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 17 Apr 2008 16:48:18 +0000 (16:48 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.2@6837 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/qt-console/bat.h
bacula/src/qt-console/mainwin.cpp

index 650f6fec19b4286e2c2a8eca781c5e0837b6b96c..5b66229b8a6e3e97a1812bec872662a6a77da95c 100644 (file)
@@ -4,7 +4,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2007-2007 Free Software Foundation Europe e.V.
+   Copyright (C) 2007-2008 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
index 4bda5d76743a788dc406a9fa9c24b248eed2cb2a..244011655e38c177e142058e1b4b029b19ea642b 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2007-2007 Free Software Foundation Europe e.V.
+   Copyright (C) 2007-2008 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
@@ -36,6 +36,7 @@
  */ 
 
 #include "bat.h"
+#include "version.h"
 #include "joblist/joblist.h"
 #include "storage/storage.h"
 #include "fileset/fileset.h"
@@ -468,8 +469,8 @@ void MainWin::input_line()
 void MainWin::about()
 {
    QMessageBox::about(this, tr("About bat"),
-      tr("<br><h2>bat 1.0, by Dirk H Bartley and Kern Sibbald</h2>"
-         "<p>Copyright &copy; " BYEAR " Free Software Foundation Europe e.V."
+      tr("<br><h2>bat " VERSION "(" BDATE "), by Dirk H Bartley and Kern Sibbald</h2>"
+         "<p>Copyright &copy; 2007-" BYEAR " Free Software Foundation Europe e.V."
          "<p>The <b>bat</b> is an administrative console"
          " interface to the Director."));
 }