mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 03:49:30 +02:00
lplupdate: check Build
git-svn-id: trunk@43686 -
This commit is contained in:
parent
989085ea47
commit
11ed2bfba4
@ -423,6 +423,7 @@ begin
|
|||||||
if (Link.Major<>Pkg.Major)
|
if (Link.Major<>Pkg.Major)
|
||||||
or (Link.Minor<>Pkg.Minor)
|
or (Link.Minor<>Pkg.Minor)
|
||||||
or (Link.Release<>Pkg.Release)
|
or (Link.Release<>Pkg.Release)
|
||||||
|
or (Link.Build<>Pkg.Build)
|
||||||
// ignore build
|
// ignore build
|
||||||
then begin
|
then begin
|
||||||
if not (Quiet and WriteCommands) then
|
if not (Quiet and WriteCommands) then
|
||||||
|
Loading…
Reference in New Issue
Block a user