Skip to content

Commit

Permalink
1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-rgb committed May 28, 2017
1 parent 8663ff4 commit 87a0802
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Milton.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

[Setup]
AppName=Milton
AppVersion=1.4.0
AppVersion=1.4.1
DefaultDirName={pf}\Milton
DefaultGroupName=Milton
;UninstallDisplayIcon={app}\Milton.exe
Compression=lzma2
SolidCompression=yes
OutputBaseFilename=MiltonSetup_1.4.0_x64
OutputBaseFilename=MiltonSetup_1.4.1_x64
;ArchitecturesAllowed=x64
;ArchitecturesInstallIn64BitMode=x64
ChangesAssociations=yes
Expand Down
2 changes: 1 addition & 1 deletion src/platform_linux.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ perf_counter()
timespec tp;
int res = clock_gettime(CLOCK_REALTIME, &tp);

// TODO: Check errno and provide more informations
// TODO: Check errno and provide more information
if ( res ) {
milton_log("Something went wrong with clock_gettime\n");
}
Expand Down

0 comments on commit 87a0802

Please sign in to comment.