Skip to content

Commit

Permalink
修复版本号错误
Browse files Browse the repository at this point in the history
  • Loading branch information
ying32 committed Feb 24, 2021
1 parent 880ef60 commit f598401
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/LazarusDef.inc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ end;
function DLibVersion: Cardinal; extdecl;
begin
// 共8位,2位2位的
Result := $02001000;
Result := $02000A00;
end;

// 一些初始
Expand Down
6 changes: 3 additions & 3 deletions src/liblcl.lps
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,9 @@
<Unit0>
<Filename Value="liblcl.lpr"/>
<IsPartOfProject Value="True"/>
<TopLine Value="35"/>
<CursorPos X="10" Y="54"/>
<IsVisibleTab Value="True"/>
<TopLine Value="15"/>
<CursorPos X="6" Y="26"/>
<UsageCount Value="201"/>
<Loaded Value="True"/>
</Unit0>
Expand Down Expand Up @@ -729,7 +730,6 @@
</Unit68>
<Unit69>
<Filename Value="MyLCL_DateTimePicker.inc"/>
<IsVisibleTab Value="True"/>
<EditorIndex Value="3"/>
<TopLine Value="925"/>
<CursorPos X="95" Y="947"/>
Expand Down

0 comments on commit f598401

Please sign in to comment.