Skip to content

Commit

Permalink
Bump version number and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
myrsloik committed Aug 22, 2020
1 parent 39528f5 commit 55c2af5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion doc/ffms2-changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion include/ffms.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <stdint.h>
#include <stddef.h>
Expand Down

0 comments on commit 55c2af5

Please sign in to comment.