From f7f1ef29181ef700ca1e5ed9a69c005781afc7d5 Mon Sep 17 00:00:00 2001 From: Robin Stuart Date: Sun, 2 Jan 2011 23:20:25 +0000 Subject: [PATCH] Update version info to 2.4.1 Ensure all relevant files show version as 2.4.1 --- README | 5 +++++ frontend_qt4/mainwindow.cpp | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README b/README index ba6980a4..97db8d61 100644 --- a/README +++ b/README @@ -50,6 +50,11 @@ Simplified GUI. Addition of "render" functions provides an API for glabels. Corrections to 4-state codes. Simplification in QR code. Added --dump option and support for reading from stdin. +Version 2.4.1: +Contains bugfixes for Data Matrix and QR Code. Add option to produce multiple +files from the command line. Add option to change font size in PNG images. +Tidy up information for creating Debian packages and for compiling on MS +Visual Studio. Correct bug preventing compilation without PNG support. CONTACT ME ---------- diff --git a/frontend_qt4/mainwindow.cpp b/frontend_qt4/mainwindow.cpp index 96a0599c..ec9508cf 100644 --- a/frontend_qt4/mainwindow.cpp +++ b/frontend_qt4/mainwindow.cpp @@ -163,9 +163,9 @@ bool MainWindow::save() void MainWindow::about() { QMessageBox::about(this, tr("About Zint"), - tr("

Zint Barcode Studio 2.4

" + tr("

Zint Barcode Studio 2.4.1

" "

A free barcode generator" - "

Visit the Zint Project Homepage for more information." + "

Visit the Zint Project Homepage at www.zint.org.uk for more information." "

Copyright © 2010 Robin Stuart.
" "Qt4 code by BogDan Vatra, MS Windows port by \"tgotic\".
" "With thanks to Norbert Szabó, and Robert Elliott."