Skip to content

Commit

Permalink
Inc ver
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Oleynikov committed Nov 11, 2019
1 parent ea4be10 commit 29a94f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NightscoutWatcher.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ uses

begin
Application.Initialize;
Application.Title:='Nightscout Watcher';
Application.Title := 'Nightscout Watcher';
Application.CreateForm(TfMain, fMain);
Application.Run;
end.
4 changes: 2 additions & 2 deletions NightscoutWatcher.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
<UseVersionInfo Value="True"/>
<AutoIncrementBuild Value="True"/>
<MajorVersionNr Value="1"/>
<MinorVersionNr Value="3"/>
<MinorVersionNr Value="4"/>
<RevisionNr Value="1"/>
<BuildNr Value="95"/>
<BuildNr Value="96"/>
<Attributes pvaPreRelease="True"/>
</VersionInfo>
<BuildModes Count="3">
Expand Down

0 comments on commit 29a94f0

Please sign in to comment.