Skip to content

Commit 55c2af5

Browse files
committed
Bump version number and update changelog
1 parent 39528f5 commit 55c2af5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/ffms2-changelog.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# FFmpegSource2 Changelog
22

3-
- 2.2000
3+
- 2.40
4+
- Avisynth+ linux support (qyot27)
45
- Added LastEndTime track property to make it possible to take the last frame's duration into account (Myrsloik)
56
- Removed several deprecated functions and enums from the API (Myrsloik)
67
- No longer assumes sub 1 fps framerates are invalid (Myrsloik)

include/ffms.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#define FFMS_H
2323

2424
// Version format: major - minor - micro - bump
25-
#define FFMS_VERSION ((2 << 24) | (31 << 16) | (0 << 8) | 0)
25+
#define FFMS_VERSION ((2 << 24) | (40 << 16) | (0 << 8) | 0)
2626

2727
#include <stdint.h>
2828
#include <stddef.h>

0 commit comments

Comments
 (0)