diff --git a/doc/ffms2-changelog.md b/doc/ffms2-changelog.md index 98b9d40432..780dbf47d2 100644 --- a/doc/ffms2-changelog.md +++ b/doc/ffms2-changelog.md @@ -1,6 +1,7 @@ # FFmpegSource2 Changelog -- 2.2000 +- 2.40 + - Avisynth+ linux support (qyot27) - Added LastEndTime track property to make it possible to take the last frame's duration into account (Myrsloik) - Removed several deprecated functions and enums from the API (Myrsloik) - No longer assumes sub 1 fps framerates are invalid (Myrsloik) diff --git a/include/ffms.h b/include/ffms.h index d8c5a97135..1f8ee9c724 100644 --- a/include/ffms.h +++ b/include/ffms.h @@ -22,7 +22,7 @@ #define FFMS_H // Version format: major - minor - micro - bump -#define FFMS_VERSION ((2 << 24) | (31 << 16) | (0 << 8) | 0) +#define FFMS_VERSION ((2 << 24) | (40 << 16) | (0 << 8) | 0) #include #include