Skip to content

Commit

Permalink
Release version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0xC0000054 committed May 15, 2024
1 parent e4205c4 commit 8d280a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.21.0")]
[assembly: AssemblyFileVersion("1.3.21.0")]
[assembly: AssemblyVersion("1.4.0.0")]
[assembly: AssemblyFileVersion("1.4.0.0")]
14 changes: 7 additions & 7 deletions src/WebP/version.rc
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
// TEXTINCLUDE
//

1 TEXTINCLUDE
1 TEXTINCLUDE
BEGIN
"resource.h\0"
END

2 TEXTINCLUDE
2 TEXTINCLUDE
BEGIN
"#include ""afxres.h""\r\n"
"\0"
END

3 TEXTINCLUDE
3 TEXTINCLUDE
BEGIN
"\r\n"
"\0"
Expand All @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,3,21,0
PRODUCTVERSION 1,3,21,0
FILEVERSION 1,4,0,0
PRODUCTVERSION 1,4,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -69,10 +69,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "null54"
VALUE "FileDescription", "WebP IO library"
VALUE "FileVersion", "1.3.21.0"
VALUE "FileVersion", "1.4.0.0"
VALUE "LegalCopyright", "Copyright (C) 2011-2024 Nicholas Hayes"
VALUE "ProductName", "WebPIO"
VALUE "ProductVersion", "1.3.21.0"
VALUE "ProductVersion", "1.4.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 8d280a9

Please sign in to comment.