mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-09 13:41:59 -04:00
Version 2.12.0
This commit is contained in:
parent
c50ddc6cd8
commit
9cfc2a85b0
40 changed files with 92 additions and 88 deletions
|
@ -211,9 +211,9 @@ if (!file_put_contents($file, implode("\n", $lines))) {
|
|||
|
||||
version_replace(1, $data_dirname . 'backend/Makefile.mingw', '/^ZINT_VERSION:=-DZINT_VERSION=/', '/[0-9.]+/', $v_str);
|
||||
|
||||
// backend_tcl/configure.in
|
||||
// backend_tcl/configure.ac
|
||||
|
||||
version_replace(1, $data_dirname . 'backend_tcl/configure.in', '/^AC_INIT\(\[zint\],[ \t]*\[/', '/[0-9.]+/', $v_base_str);
|
||||
version_replace(1, $data_dirname . 'backend_tcl/configure.ac', '/^AC_INIT\(\[zint\],[ \t]*\[/', '/[0-9.]+/', $v_base_str);
|
||||
|
||||
// backend_tcl/zint_tcl.dsp
|
||||
|
||||
|
@ -300,7 +300,7 @@ 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 . '"');
|
||||
|
||||
// Leaving auto-generated files:
|
||||
// backend_tcl/configure (PACKAGE_VERSION and PACKAGE_STRING) - generated by autoconf from configure.in
|
||||
// backend_tcl/configure (PACKAGE_VERSION and PACKAGE_STRING) - generated by autoconf from configure.ac
|
||||
// frontend_qt/Inno_Setup_qtzint.iss (MyAppVersion)
|
||||
|
||||
print PHP_EOL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue