Skip to content

Commit

Permalink
Bump version to 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pinterf committed Mar 24, 2021
1 parent 385d885 commit cac9173
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion fft3dfilter/FFT3DFilter.cpp
Expand Up @@ -108,7 +108,7 @@
*/

#define VERSION_NUMBER 2.8
#define VERSION_NUMBER 2.9

#include <avisynth.h>
#include <stdio.h>
Expand Down
10 changes: 5 additions & 5 deletions fft3dfilter/FFT3DFilter.rc
@@ -1,6 +1,6 @@
1 VERSIONINFO
FILEVERSION 2,8,0,0
PRODUCTVERSION 2,8,0,0
FILEVERSION 2,9,0,0
PRODUCTVERSION 2,9,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -18,14 +18,14 @@ BEGIN
VALUE "Comments", "Frequency Domain filter. Uses external libfftw3f-3.dll library.\0"
VALUE "CompanyName", "A.G.Balakhnin aka Fizick, bag@hotmail.ru, http://avisynth.org.ru\0"
VALUE "FileDescription", "FFT3DFilter plugin for Avisynth+ and Avisynth 2.6\0"
VALUE "FileVersion", "2, 8, 0, 0\0"
VALUE "FileVersion", "2, 9, 0, 0\0"
VALUE "InternalName", "FFT3DFilter\0"
VALUE "LegalCopyright", "Copyright � 2004-2020 A.G.Balakhnin et al.\0"
VALUE "LegalCopyright", "Copyright � 2004-2021 A.G.Balakhnin et al.\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "FFT3DFilter.dll\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "FFT3DFilter\0"
VALUE "ProductVersion", "2, 8, 0, 0\0"
VALUE "ProductVersion", "2, 9, 0, 0\0"
VALUE "SpecialBuild", "\0"
END
END
Expand Down

0 comments on commit cac9173

Please sign in to comment.