update_version.php: fix README.linux replacement regex

various .rc: http -> https, 2021 -> 2022
GUI: Sourceforge -> SourceForge
This commit is contained in:
gitlost 2022-07-21 23:10:39 +01:00
parent 294238ac0f
commit 65eb2f075c
6 changed files with 9 additions and 9 deletions

View File

@ -22,7 +22,7 @@ or Fedora
Then either download the source code tarball Then either download the source code tarball
wget -O zint-2.11.0-src.tar.gz \ wget -O zint-2.11.0-src.tar.gz \
https://sourceforge2.11.0net/projects/zint/files/zint/2.11.0/zint-2.11.0-src.tar.gz/download https://sourceforge.net/projects/zint/files/zint/2.11.0/zint-2.11.0-src.tar.gz/download
tar xf zint-2.11.0-src.tar.gz tar xf zint-2.11.0-src.tar.gz
cd zint-2.11.0-src cd zint-2.11.0-src

View File

@ -30,12 +30,12 @@ BEGIN
VALUE "FileDescription", "libzint barcode library\0" VALUE "FileDescription", "libzint barcode library\0"
VALUE "FileVersion", VER_FILEVERSION_STR VALUE "FileVersion", VER_FILEVERSION_STR
VALUE "InternalName", "zint.dll\0" VALUE "InternalName", "zint.dll\0"
VALUE "LegalCopyright", "Copyright © 2021 Robin Stuart & BogDan Vatra\0" VALUE "LegalCopyright", "Copyright © 2022 Robin Stuart & BogDan Vatra\0"
VALUE "OriginalFilename", "zint.dll\0" VALUE "OriginalFilename", "zint.dll\0"
VALUE "ProductName", "libzint\0" VALUE "ProductName", "libzint\0"
VALUE "ProductVersion", VER_FILEVERSION_STR VALUE "ProductVersion", VER_FILEVERSION_STR
VALUE "License", "BSD-3-Clause\0" VALUE "License", "BSD-3-Clause\0"
VALUE "WWW", "http://www.sourceforge.net/projects/zint\0" VALUE "WWW", "https://www.sourceforge.net/projects/zint\0"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"

View File

@ -30,12 +30,12 @@ BEGIN
VALUE "FileDescription", "zint barcode generator\0" VALUE "FileDescription", "zint barcode generator\0"
VALUE "FileVersion", VER_FILEVERSION_STR VALUE "FileVersion", VER_FILEVERSION_STR
VALUE "InternalName", "zint.exe\0" VALUE "InternalName", "zint.exe\0"
VALUE "LegalCopyright", "Copyright © 2021 Robin Stuart & BogDan Vatra\0" VALUE "LegalCopyright", "Copyright © 2022 Robin Stuart & BogDan Vatra\0"
VALUE "OriginalFilename", "zint.exe\0" VALUE "OriginalFilename", "zint.exe\0"
VALUE "ProductName", "zint\0" VALUE "ProductName", "zint\0"
VALUE "ProductVersion", VER_FILEVERSION_STR VALUE "ProductVersion", VER_FILEVERSION_STR
VALUE "License", "GNU General Public License version 3\0" VALUE "License", "GNU General Public License version 3\0"
VALUE "WWW", "http://www.sourceforge.net/projects/zint\0" VALUE "WWW", "https://www.sourceforge.net/projects/zint\0"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"

View File

@ -722,7 +722,7 @@ void MainWindow::about()
"\"Telepen\" is a Registered Trademark of SB Electronics.<br>" "\"Telepen\" is a Registered Trademark of SB Electronics.<br>"
"\"Mailmark\" is a Registered Trademark of Royal Mail.</p>" "\"Mailmark\" is a Registered Trademark of Royal Mail.</p>"
"<p>With thanks to Harald Oehlmann, Norbert Szab&oacute;, Robert Elliott, Milton Neal, " "<p>With thanks to Harald Oehlmann, Norbert Szab&oacute;, Robert Elliott, Milton Neal, "
"Git Lost, Alonso Schaich, Andre Maute and many others at Sourceforge.</p>" "Git Lost, Alonso Schaich, Andre Maute and many others at SourceForge.</p>"
"<p><table border=1><tr><td>" "<p><table border=1><tr><td>"
#ifndef Q_OS_MACOS #ifndef Q_OS_MACOS
"<small>" "<small>"

View File

@ -154,7 +154,7 @@ if (!file_put_contents($file, implode("\n", $lines))) {
// README.linux // README.linux
version_replace(3, $data_dirname . 'README.linux', '/zint-[0-9]/', '/[0-9.]+/', $v_base_str); version_replace(3, $data_dirname . 'README.linux', '/zint-[0-9]/', '/[0-9][0-9.]+/', $v_base_str);
// zint.spec // zint.spec

View File

@ -55,7 +55,7 @@ BEGIN
VALUE "FileDescription", "zint barcode generator\0" VALUE "FileDescription", "zint barcode generator\0"
VALUE "FileVersion", VER_FILEVERSION_STR VALUE "FileVersion", VER_FILEVERSION_STR
VALUE "InternalName", "zint.exe\0" VALUE "InternalName", "zint.exe\0"
VALUE "LegalCopyright", "Copyright © 2021 Robin Stuart\0" VALUE "LegalCopyright", "Copyright © 2022 Robin Stuart\0"
VALUE "LegalTrademarks", "\0" VALUE "LegalTrademarks", "\0"
VALUE "License", "GNU General Public License version 3\0" VALUE "License", "GNU General Public License version 3\0"
VALUE "OriginalFilename", "zint.exe\0" VALUE "OriginalFilename", "zint.exe\0"
@ -63,7 +63,7 @@ BEGIN
VALUE "ProductName", "zint\0" VALUE "ProductName", "zint\0"
VALUE "ProductVersion", VER_FILEVERSION_STR VALUE "ProductVersion", VER_FILEVERSION_STR
VALUE "SpecialBuild", "\0" VALUE "SpecialBuild", "\0"
VALUE "WWW", "http://www.sourceforge.net/projects/zint\0" VALUE "WWW", "https://www.sourceforge.net/projects/zint\0"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"