Skip to content

Commit

Permalink
Merge pull request #370 from Eyevinn/v0.46
Browse files Browse the repository at this point in the history
v0.46.0
  • Loading branch information
tobbee authored Aug 8, 2024
2 parents 5310a00 + 4e301d9 commit e2b2aeb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Nothing yet

## [0.46.0] - 2024-08-08

### Fixed

- mvhd, tkhd, and mdhd timestamps were off by one day
Expand Down Expand Up @@ -631,7 +635,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- New unique repo name: `mp4ff`

[Unreleased]: https://github.com/Eyevinn/mp4ff/compare/v0.45.1...HEAD
[Unreleased]: https://github.com/Eyevinn/mp4ff/compare/v0.46.0...HEAD
[0.46.0]: https://github.com/Eyevinn/mp4ff/compare/v0.45.1...v0.46.0
[0.45.1]: https://github.com/Eyevinn/mp4ff/compare/v0.45.0...v0.45.1
[0.45.0]: https://github.com/Eyevinn/mp4ff/compare/v0.44.0...v0.45.0
[0.44.0]: https://github.com/Eyevinn/mp4ff/compare/v0.43.0...v0.44.0
Expand Down
4 changes: 2 additions & 2 deletions mp4/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
)

var (
commitVersion string = "v0.45.1" // May be updated using build flags
commitDate string = "1720779532" // commitDate in Epoch seconds (may be overridden using build flags)
commitVersion string = "v0.46" // May be updated using build flags
commitDate string = "1723143113" // commitDate in Epoch seconds (may be overridden using build flags)
)

// GetVersion - get version and also commitHash and commitDate if inserted via Makefile
Expand Down

0 comments on commit e2b2aeb

Please sign in to comment.