Skip to content

Commit d6abfb5

Browse files
committed
Bump version to 1.1.1
1 parent 2593628 commit d6abfb5

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

TrayVolumeControl/Resource.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT
2626

2727
VS_VERSION_INFO VERSIONINFO
2828
FILEVERSION 1,1,0,0
29-
PRODUCTVERSION 1,1,0,0
29+
PRODUCTVERSION 1,1,1,0
3030
FILEFLAGSMASK 0x3fL
3131
#ifdef _DEBUG
3232
FILEFLAGS 0x1L
@@ -48,7 +48,7 @@ BEGIN
4848
VALUE "LegalCopyright", "Copyright krlvm (C) 2022"
4949
VALUE "OriginalFilename", "TrayVolumeControl.exe"
5050
VALUE "ProductName", "TrayVolumeControl"
51-
VALUE "ProductVersion", "1.1.0.0"
51+
VALUE "ProductVersion", "1.1.1.0"
5252
END
5353
END
5454
BLOCK "VarFileInfo"

TrayVolumeControlLib/Resource.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT
2525
//
2626

2727
VS_VERSION_INFO VERSIONINFO
28-
FILEVERSION 1,1,0,0
29-
PRODUCTVERSION 1,1,0,0
28+
FILEVERSION 1,1,1,0
29+
PRODUCTVERSION 1,1,1,0
3030
FILEFLAGSMASK 0x3fL
3131
#ifdef _DEBUG
3232
FILEFLAGS 0x1L
@@ -43,12 +43,12 @@ BEGIN
4343
BEGIN
4444
VALUE "CompanyName", "krlvm"
4545
VALUE "FileDescription", "TrayVolumeControl DLL"
46-
VALUE "FileVersion", "1.1.0.0"
46+
VALUE "FileVersion", "1.1.1.0"
4747
VALUE "InternalName", "TrayVolumeControlLib.dll"
4848
VALUE "LegalCopyright", "Copyright krlvm (C) 2022"
4949
VALUE "OriginalFilename", "TrayVolumeControlLib.dll"
5050
VALUE "ProductName", "TrayVolumeControl"
51-
VALUE "ProductVersion", "1.1.0.0"
51+
VALUE "ProductVersion", "1.1.1.0"
5252
END
5353
END
5454
BLOCK "VarFileInfo"

TrayVolumeControlLib/dllmain.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@
33

44
thread_local int nSign = 0;
55

6-
thread_local UINT_PTR uTooltipTimerId;
7-
86
thread_local bool bIsListeningInput = false;
97
thread_local bool bSuspendListeningInput = false;
10-
thread_local HWND hWndTooltip = NULL;
118

129
bool CheckIfCursorIsInTrayIconBounds(HWND hWnd);
1310

0 commit comments

Comments
 (0)