1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-22 11:26:03 +00:00

version strings updated to 2.4.3

This commit is contained in:
tgotic
2011-05-16 20:06:42 +02:00
parent 6ad0a0bd70
commit e865b48c7e
15 changed files with 81 additions and 74 deletions

View File

@@ -163,7 +163,7 @@ bool MainWindow::save()
void MainWindow::about()
{
QMessageBox::about(this, tr("About Zint"),
tr("<h2>Zint Barcode Studio 2.4.2</h2>"
tr("<h2>Zint Barcode Studio 2.4.3</h2>"
"<p>A free barcode generator"
"<p>Instruction manual is available from Sourceforge:"
"<p>http://www.sourceforge.net/projects/zint"

View File

@@ -5,8 +5,8 @@ VS_VERSION_INFO VERSIONINFO
#else
VS_VERSION_INFO VERSIONINFO
#endif
FILEVERSION 2,4,1,0
PRODUCTVERSION 2,4,1,0
FILEVERSION 2,4,3,0
PRODUCTVERSION 2,4,3,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
@@ -23,13 +23,13 @@ BEGIN
BEGIN
VALUE "CompanyName", "Robin Stuart & BogDan Vatra"
VALUE "FileDescription", "qtZint barcode generator"
VALUE "FileVersion", "2.4.1.0"
VALUE "FileVersion", "2.4.3.0"
VALUE "InternalName", "qtZint"
VALUE "LegalCopyright", "Copyright © 2010 Robin Stuart & BogDan Vatra"
VALUE "LegalCopyright", "Copyright © 2011 Robin Stuart & BogDan Vatra"
VALUE "License", "GNU General Public License version 3"
VALUE "OriginalFilename", "qtZint"
VALUE "ProductName", "Zint Barcode Studio"
VALUE "ProductVersion", "2.4.1.0"
VALUE "ProductVersion", "2.4.3.0"
VALUE "WWW", "http://www.zint.org.uk"
END
END
@@ -38,4 +38,4 @@ BEGIN
VALUE "Translation", 0x9, 1200
END
END
100 ICON MOVEABLE PURE LOADONCALL DISCARDABLE "zint.ico"
IDI_ICON1 ICON DISCARDABLE "zint.ico"