mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 22:59:27 +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)
|
||||
or (Link.Minor<>Pkg.Minor)
|
||||
or (Link.Release<>Pkg.Release)
|
||||
or (Link.Build<>Pkg.Build)
|
||||
// ignore build
|
||||
then begin
|
||||
if not (Quiet and WriteCommands) then
|
||||
|
Loading…
Reference in New Issue
Block a user