Skip to content

Commit 623a672

Browse files
committed
Version 1.3.46.2 has been released. Minor bug fixes...
1 parent a86b92d commit 623a672

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

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

5-
> 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).
5+
> 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).
66
7-
**[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!**
7+
**[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!**
88

99
## The concept
1010

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

5151
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.
5252
Each JPEGView-Static version has an additional installer without updater service, if you don't want it, just reinstall the app:
53-
[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)
53+
[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)
5454
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,
5555
so make a backup copy of C:\Users\\<your_user_name>\AppData\Roaming\JPEGView\ folder.
5656

jpegview-static-post2024-vs2019-x64/src/JPEGView/JPEGView.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -497,8 +497,8 @@ END
497497
//
498498

499499
VS_VERSION_INFO VERSIONINFO
500-
FILEVERSION 1,3,46,1
501-
PRODUCTVERSION 1,3,46,1
500+
FILEVERSION 1,3,46,2
501+
PRODUCTVERSION 1,3,46,2
502502
FILEFLAGSMASK 0x3fL
503503
#ifdef _DEBUG
504504
FILEFLAGS 0x1L
@@ -515,12 +515,12 @@ BEGIN
515515
BEGIN
516516
VALUE "CompanyName", "Ann Hatt"
517517
VALUE "FileDescription", "JPEGView-Static"
518-
VALUE "FileVersion", "1.3.46.1"
518+
VALUE "FileVersion", "1.3.46.2"
519519
VALUE "InternalName", "JPEGView-Static"
520520
VALUE "LegalCopyright", "Copyright 2024 Ann Hatt, 2020-2023 Kevin M (sylikc), 2006-2018 David Kleiner"
521521
VALUE "OriginalFilename", "JPEGView-Static.exe"
522522
VALUE "ProductName", "JPEGView-Static Application"
523-
VALUE "ProductVersion", "1.3.46.1-VS2019-x64-MT"
523+
VALUE "ProductVersion", "1.3.46.2-VS2019-x64-MT"
524524
END
525525
END
526526
BLOCK "VarFileInfo"

jpegview-static-post2024-vs2019-x64/src/JPEGView/resource.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// if a define is to be included in the publicly-exposed definitions, start the comment with ":KeyMap:"
88
// don't worry about the formatting, the script that auto-generates the definition will take care of it
99

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

0 commit comments

Comments
 (0)