Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
Signed-off-by: jpsdr <jpsdr.psx@free.fr>
  • Loading branch information
jpsdr committed Nov 19, 2023
1 parent d24785c commit 71d6e54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ResampleMT/resample.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#include "./resample_functions.h"
#include "./ThreadPoolInterface.h"

#define RESAMPLE_MT_VERSION "ResampleMT 2.3.8 JPSDR"
#define RESAMPLE_MT_VERSION "ResampleMT 2.3.9 JPSDR"

// Resizer function pointer
typedef void (*ResamplerV)(BYTE* dst, const BYTE* src, int dst_pitch, int src_pitch, ResamplingProgram* program, int width, int bits_per_pixel, int MinY, int MaxY, const int* pitch_table, const void* storage,const uint8_t range,const bool mode_YUY2);
Expand Down
10 changes: 5 additions & 5 deletions ResampleMT/resample.rc
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,3,8,0
PRODUCTVERSION 2,3,8,0
FILEVERSION 2,3,9,0
PRODUCTVERSION 2,3,9,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -41,11 +41,11 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "ResampleMT v2.3.8 for Avisynth 2.6.x"
VALUE "FileVersion", "2.3.8"
VALUE "FileDescription", "ResampleMT v2.3.9 for Avisynth 2.6.x"
VALUE "FileVersion", "2.3.9"
VALUE "LegalCopyright", "Copyright (C) 2016 JPSDR & Avs+ team"
VALUE "OriginalFilename", "ResampleMT.dll"
VALUE "ProductVersion", "2.3.8"
VALUE "ProductVersion", "2.3.9"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 71d6e54

Please sign in to comment.