Skip to content

Commit

Permalink
Version 4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
benbuck committed Oct 8, 2021
1 parent 5f8da6c commit 38cae9e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Change history

## [4.12] fork (2021-Oct-07) - Benbuck Nason
- Change hotkey to Windows-Control-Down for Windows 11 compatibility (thanks to [Dimitri Pappas](https://github.com/fragtion)).
## [4.11] fork (2020-Mar-23) - Benbuck Nason
- Formatting improvements to RBTray.rc.
- Fix incorrect versions in RBTray.rc.
Expand Down Expand Up @@ -68,7 +70,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Won't minimize MDI child windows.
- Other small fixes and reorganized code.

[Unreleased]: https://github.com/benbuck/rbtray/compare/v4.11...HEAD
[Unreleased]: https://github.com/benbuck/rbtray/compare/v4.12...HEAD
[4.12]: https://github.com/benbuck/rbtray/compare/v4.11...v4.12
[4.11]: https://github.com/benbuck/rbtray/compare/v4.10...v4.11
[4.10]: https://github.com/benbuck/rbtray/compare/v4.9...v4.10
[4.9]: https://github.com/benbuck/rbtray/compare/v4.8...v4.9
Expand Down
10 changes: 5 additions & 5 deletions RBTray.rc
Expand Up @@ -56,7 +56,7 @@ CAPTION "About RBTray"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
ICON IDI_RBTRAY,IDC_STATIC,7,7,20,20
LTEXT "RBTray 4.11\nhttps://github.com/benbuck/rbtray",IDC_STATIC,38,7,151,20
LTEXT "RBTray 4.12\nhttps://github.com/benbuck/rbtray",IDC_STATIC,38,7,151,20
LTEXT "This program is distributed under the GNU General Public License.",IDC_STATIC,38,27,151,20
LTEXT "Copyright (c) 1998-2011",IDC_STATIC,38,47,151,10
LTEXT "Nikolay Redko\r\nhttp://rbtray.sourceforge.net/",IDC_STATIC,38,56,151,20
Expand Down Expand Up @@ -102,8 +102,8 @@ IDI_RBTRAY ICON "RBTray.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 4,11,0,0
PRODUCTVERSION 4,11,0,0
FILEVERSION 4,12,0,0
PRODUCTVERSION 4,12,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -119,12 +119,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "RBTray"
VALUE "FileVersion", "4.11.0.0"
VALUE "FileVersion", "4.12.0.0"
VALUE "InternalName", "RBTray"
VALUE "LegalCopyright", "Copyright (c) 1998-2011 Nikolay Redko, J.D. Purcell; Copyright (c) 2015 Benbuck Nason"
VALUE "OriginalFilename", "RBTray.exe"
VALUE "ProductName", "RBTray"
VALUE "ProductVersion", "4.11.0.0"
VALUE "ProductVersion", "4.12.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
Binary file modified x64/RBHook.dll
Binary file not shown.
Binary file modified x64/RBTray.exe
Binary file not shown.
Binary file modified x86/RBHook.dll
Binary file not shown.
Binary file modified x86/RBTray.exe
Binary file not shown.

0 comments on commit 38cae9e

Please sign in to comment.