Skip to content

Commit

Permalink
Version 1.3.46.2 has been released. Minor bug fixes...
Browse files Browse the repository at this point in the history
  • Loading branch information
annh9b committed Jul 29, 2024
1 parent a86b92d commit 623a672
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

![JPEGView-Static icon](favicon_large.png?raw=true)

> Updated Jul 07 2024. The very first release of a new concept image viewer and editor. Fixed [issue 12](https://github.com/annh9b/JPEGView-Static/issues/12).
> Updated Jul 29 2024. Version 1.3.46.2 has been released. Minor bug fixes including [issue 12](https://github.com/annh9b/JPEGView-Static/issues/12).
**[Download Windows installer](https://filedn.com/llBp1EbMQML0Hdv9A9SVo6b/JPEGView-Static/Setup-JPEGView-Static-64-bit-v1.3.46.1.exe) of the latest stable release right now!**
**[Download Windows installer](https://filedn.com/llBp1EbMQML0Hdv9A9SVo6b/JPEGView-Static/Setup-JPEGView-Static-64-bit-v1.3.46.2.exe) of the latest stable release right now!**

## The concept

Expand Down Expand Up @@ -50,7 +50,7 @@ Supported by [lcms2.dll](https://github.com/mm2/Little-CMS), statically linked w

The program has built-in updater service under construction that may perform additional scientific tasks when your CPU is idle with very tiny CPU and Internet usage.
Each JPEGView-Static version has an additional installer without updater service, if you don't want it, just reinstall the app:
[Download Windows installer without built-in updater service](https://filedn.com/llBp1EbMQML0Hdv9A9SVo6b/JPEGView-Static/Setup-JPEGView-Static-64-bit-v1.3.46.1-woupds.exe)
[Download Windows installer without built-in updater service](https://filedn.com/llBp1EbMQML0Hdv9A9SVo6b/JPEGView-Static/Setup-JPEGView-Static-64-bit-v1.3.46.2-woups.exe)
of the latest stable release. Note, in this case (and only in this case) you must uninstall JPEGView-Static with updater service completely, and all your settings will be lost,
so make a backup copy of C:\Users\\<your_user_name>\AppData\Roaming\JPEGView\ folder.

Expand Down
8 changes: 4 additions & 4 deletions jpegview-static-post2024-vs2019-x64/src/JPEGView/JPEGView.rc
Original file line number Diff line number Diff line change
Expand Up @@ -497,8 +497,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,3,46,1
PRODUCTVERSION 1,3,46,1
FILEVERSION 1,3,46,2
PRODUCTVERSION 1,3,46,2
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -515,12 +515,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Ann Hatt"
VALUE "FileDescription", "JPEGView-Static"
VALUE "FileVersion", "1.3.46.1"
VALUE "FileVersion", "1.3.46.2"
VALUE "InternalName", "JPEGView-Static"
VALUE "LegalCopyright", "Copyright 2024 Ann Hatt, 2020-2023 Kevin M (sylikc), 2006-2018 David Kleiner"
VALUE "OriginalFilename", "JPEGView-Static.exe"
VALUE "ProductName", "JPEGView-Static Application"
VALUE "ProductVersion", "1.3.46.1-VS2019-x64-MT"
VALUE "ProductVersion", "1.3.46.2-VS2019-x64-MT"
END
END
BLOCK "VarFileInfo"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// if a define is to be included in the publicly-exposed definitions, start the comment with ":KeyMap:"
// don't worry about the formatting, the script that auto-generates the definition will take care of it

#define JPEGVIEW_VERSION "1.3.46.1-VS2019-x64-MT\0"
#define JPEGVIEW_VERSION "1.3.46.2-VS2019-x64-MT\0"
// title for main window and msgbox so it can be change via actions
#define JPEGVIEW_TITLE "JPEGView-Static"

Expand Down

0 comments on commit 623a672

Please sign in to comment.