From 44ffb360cf60e2d640ea29b1caec978a423e5a48 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 14 Aug 2008 07:21:08 +0000 Subject: [PATCH] Add space after version before date in bat about dialog git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7475 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/qt-console/mainwin.cpp | 2 +- bacula/src/version.h | 4 ++-- bacula/technotes-2.4 | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/bacula/src/qt-console/mainwin.cpp b/bacula/src/qt-console/mainwin.cpp index 7e81c7c0a7..8e0b2c10fb 100644 --- a/bacula/src/qt-console/mainwin.cpp +++ b/bacula/src/qt-console/mainwin.cpp @@ -473,7 +473,7 @@ void MainWin::input_line() void MainWin::about() { QMessageBox::about(this, tr("About bat"), - tr("

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

" + 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.")); diff --git a/bacula/src/version.h b/bacula/src/version.h index 2d44e8c0ab..ec8f238fe1 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -4,8 +4,8 @@ #undef VERSION #define VERSION "2.4.3" -#define BDATE "12 August 2008" -#define LSMDATE "12Aug08" +#define BDATE "14 August 2008" +#define LSMDATE "14Aug08" #define PROG_COPYRIGHT "Copyright (C) %d-2008 Free Software Foundation Europe e.V.\n" #define BYEAR "2008" /* year for copyright messages in progs */ diff --git a/bacula/technotes-2.4 b/bacula/technotes-2.4 index 3156d504b1..836404ffef 100644 --- a/bacula/technotes-2.4 +++ b/bacula/technotes-2.4 @@ -1,6 +1,8 @@ Technical notes on version 2.4 General: +14Aug08 +kes Add space after version before date in bat about dialog. 12Aug08 kes Fix seg fault in Dir during estimate command with no level value given. This fixes bug #1140. -- 2.39.5