Skip to content

Commit

Permalink
Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
krlvm committed Aug 14, 2022
1 parent 2593628 commit d6abfb5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
4 changes: 2 additions & 2 deletions TrayVolumeControl/Resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,1,0,0
PRODUCTVERSION 1,1,0,0
PRODUCTVERSION 1,1,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -48,7 +48,7 @@ BEGIN
VALUE "LegalCopyright", "Copyright krlvm (C) 2022"
VALUE "OriginalFilename", "TrayVolumeControl.exe"
VALUE "ProductName", "TrayVolumeControl"
VALUE "ProductVersion", "1.1.0.0"
VALUE "ProductVersion", "1.1.1.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions TrayVolumeControlLib/Resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,1,0,0
PRODUCTVERSION 1,1,0,0
FILEVERSION 1,1,1,0
PRODUCTVERSION 1,1,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -43,12 +43,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "krlvm"
VALUE "FileDescription", "TrayVolumeControl DLL"
VALUE "FileVersion", "1.1.0.0"
VALUE "FileVersion", "1.1.1.0"
VALUE "InternalName", "TrayVolumeControlLib.dll"
VALUE "LegalCopyright", "Copyright krlvm (C) 2022"
VALUE "OriginalFilename", "TrayVolumeControlLib.dll"
VALUE "ProductName", "TrayVolumeControl"
VALUE "ProductVersion", "1.1.0.0"
VALUE "ProductVersion", "1.1.1.0"
END
END
BLOCK "VarFileInfo"
Expand Down
3 changes: 0 additions & 3 deletions TrayVolumeControlLib/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@

thread_local int nSign = 0;

thread_local UINT_PTR uTooltipTimerId;

thread_local bool bIsListeningInput = false;
thread_local bool bSuspendListeningInput = false;
thread_local HWND hWndTooltip = NULL;

bool CheckIfCursorIsInTrayIconBounds(HWND hWnd);

Expand Down

0 comments on commit d6abfb5

Please sign in to comment.