mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Set version to 2.7.1
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||
|
||||
#define MyAppName "qtZint"
|
||||
#define MyAppVersion "2.7.0"
|
||||
#define MyAppVersion "2.7.1"
|
||||
#define MyAppPublisher "Robin Stuart"
|
||||
#define MyAppURL "http://zint.org.uk/"
|
||||
#define MyAppExeName "qtZint.exe"
|
||||
|
@ -264,7 +264,7 @@ bool MainWindow::save()
|
||||
void MainWindow::about()
|
||||
{
|
||||
QMessageBox::about(this, tr("About Zint"),
|
||||
tr("<h2>Zint Barcode Studio 2.7.0</h2>"
|
||||
tr("<h2>Zint Barcode Studio 2.7.1</h2>"
|
||||
"<p>A free barcode generator"
|
||||
"<p>Instruction manual is available at the project homepage:<br>"
|
||||
"<a href=\"http://www.zint.org.uk\">http://www.zint.org.uk</a>"
|
||||
|
Reference in New Issue
Block a user