Skip to content

Commit

Permalink
Bump version to 0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
pinterf committed Feb 27, 2021
1 parent 0c2de21 commit ece8b5e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ Default is to use the ASS script’s “Video Colorspace” property, else guess
* Avisynth wiki: http://avisynth.nl/index.php/AssRender

# Change log
## 0.32 (20210227 - pinterf)
* Fix: treat I420 variant as YV12 instead of unsupported color space

## 0.31 (20210218 - pinterf)
* Fix colors for planar RGB
* code: hidden ifdef FOR_AVISYNTH_26_ONLY for Avisynth 2.6-only build
Expand Down
8 changes: 4 additions & 4 deletions src/ASSRender.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <winresrc.h>
#pragma code_page(65001)
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0, 31, 0, 0
PRODUCTVERSION 0, 31, 0, 0
FILEVERSION 0, 32, 0, 0
PRODUCTVERSION 0, 32, 0, 0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEFLAGS 0
FILEOS VOS_NT_WINDOWS32
Expand All @@ -19,12 +19,12 @@ BEGIN
BEGIN
VALUE "CompanyName", ""
VALUE "FileDescription", "a plugin for AviSynth to rend ASS/SSA subtitles using libass"
VALUE "FileVersion", "0.31.0.0"
VALUE "FileVersion", "0.32.0.0"
VALUE "InternalName", "ASSRENDER.DLL"
VALUE "LegalCopyright", ""
VALUE "OriginalFilename", "LIBASSRENDER.DLL"
VALUE "ProductName", "ASSRender plugin for AVISynth"
VALUE "ProductVersion", "0.31.0.0"
VALUE "ProductVersion", "0.32.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit ece8b5e

Please sign in to comment.