git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7475
91ce42f0-d328-0410-95d8-
f526ca767f89
void MainWin::about()
{
QMessageBox::about(this, tr("About bat"),
- tr("<br><h2>bat " VERSION "(" BDATE "), by Dirk H Bartley and Kern Sibbald</h2>"
+ tr("<br><h2>bat " VERSION " (" BDATE "), by Dirk H Bartley and Kern Sibbald</h2>"
"<p>Copyright © 2007-" BYEAR " Free Software Foundation Europe e.V."
"<p>The <b>bat</b> is an administrative console"
" interface to the Director."));
#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 */
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.