mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-31 23:28:27 -04:00
backend_tcl/lib/zint/pkgIndex.tcl: fix version, props HaO; run autoconf
ChangeLog: fix version number/date, props HaO GUI: remove "Windows port by..." and place in thanks
This commit is contained in:
parent
a04a44f1e6
commit
546114ed1e
5 changed files with 35 additions and 25 deletions
|
@ -197,6 +197,14 @@ version_replace(1, $data_dirname . 'backend/Makefile.mingw', '/^ZINT_VERSION:=-D
|
|||
|
||||
version_replace(1, $data_dirname . 'backend_tcl/configure.in', '/^AC_INIT\(\[zint\],[ \t]*\[/', '/[0-9.]+/', $v_base_str);
|
||||
|
||||
// backend_tcl/zint_tcl.dsp
|
||||
|
||||
version_replace(2, $data_dirname . 'backend_tcl/zint_tcl.dsp', '/ZINT_VERSION="\\\\"/', '/ZINT_VERSION="\\\\"[0-9.]+\\\\""/', 'ZINT_VERSION="\\"' . $v_str . '\\""');
|
||||
|
||||
// backend_tcl/lib/zint/pkgIndex.tcl
|
||||
|
||||
version_replace(1, $data_dirname . 'backend_tcl/lib/zint/pkgIndex.tcl', '/zint /', '/zint [0-9.]+/', 'zint ' . $v_base_str . '');
|
||||
|
||||
// frontend/zint.rc
|
||||
|
||||
rc_replace($data_dirname . 'frontend/zint.rc', $rc_str);
|
||||
|
@ -238,7 +246,7 @@ version_replace(2, $data_dirname . 'win32/zint_cmdline_vc6/zint_cmdline_vc6.dsp'
|
|||
|
||||
version_replace(3, $data_dirname . 'win32/vs2008/libzint.vcproj', '/ZINT_VERSION="/', '/"[0-9.]+/', '"' . $v_str);
|
||||
|
||||
// win32/vs2008/zint.vcproj
|
||||
// win32/vs2008/zint.vcproj
|
||||
|
||||
version_replace(3, $data_dirname . 'win32/vs2008/zint.vcproj', '/ZINT_VERSION="/', '/"[0-9.]+/', '"' . $v_str);
|
||||
|
||||
|
@ -262,10 +270,13 @@ version_replace(2, $data_dirname . 'win32/vs2019/libzint.vcxproj', '/ZINT_VERSIO
|
|||
|
||||
version_replace(2, $data_dirname . 'win32/vs2019/zint.vcxproj', '/ZINT_VERSION="/', '/ZINT_VERSION="[0-9.]+"/', 'ZINT_VERSION="' . $v_str . '"');
|
||||
|
||||
// backend_tcl/zint_tcl.dsp
|
||||
|
||||
version_replace(2, $data_dirname . 'backend_tcl/zint_tcl.dsp', '/ZINT_VERSION="\\\\"/', '/ZINT_VERSION="\\\\"[0-9.]+\\\\""/', 'ZINT_VERSION="\\"' . $v_str . '\\""');
|
||||
|
||||
// Leaving auto-generated files:
|
||||
// backend_tcl/configure (PACKAGE_VERSION and PACKAGE_STRING) - generated by autoconf from configure.in
|
||||
// frontend_qt/Inno_Setup_qtzint.iss (MyAppVersion)
|
||||
|
||||
print PHP_EOL;
|
||||
print '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!' . PHP_EOL;
|
||||
print '!!! REMEMBER: run "autoconf" and "./configure" in "backend_tcl/" !!!' . PHP_EOL;
|
||||
print '!!! REMEMBER: update version and date in "ChangeLog" !!!' . PHP_EOL;
|
||||
print '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!' . PHP_EOL;
|
||||
print PHP_EOL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue