From 615f7a3e02a47205f83cbd6a0eb32bc2e19b99b4 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 17 Apr 2008 16:48:18 +0000 Subject: [PATCH] Add proper version to bat 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 | 2 +- bacula/src/qt-console/mainwin.cpp | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/bacula/src/qt-console/bat.h b/bacula/src/qt-console/bat.h index 650f6fec19..5b66229b8a 100644 --- a/bacula/src/qt-console/bat.h +++ b/bacula/src/qt-console/bat.h @@ -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. diff --git a/bacula/src/qt-console/mainwin.cpp b/bacula/src/qt-console/mainwin.cpp index 4bda5d7674..244011655e 100644 --- a/bacula/src/qt-console/mainwin.cpp +++ b/bacula/src/qt-console/mainwin.cpp @@ -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("

bat 1.0, by Dirk H Bartley and Kern Sibbald

" - "

Copyright © " BYEAR " Free Software Foundation Europe e.V." + tr("

bat " VERSION "(" BDATE "), by Dirk H Bartley and Kern Sibbald

" + "

Copyright © 2007-" BYEAR " Free Software Foundation Europe e.V." "

The bat is an administrative console" " interface to the Director.")); } -- 2.39.5