Skip to content

Commit

Permalink
Prepare release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mnoirot committed Aug 9, 2016
1 parent 7ca3d2b commit 3a23e63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.2.1] - 2016-08-09
### Fixed
- Fixed spelling in documentation.
- Fixed changelog.

## [1.2.0] - 2016-08-08
### Added
- Added dumping of AVC and AAC packet information.
Expand Down Expand Up @@ -196,6 +201,7 @@ has no audio data.
## [1.0] - 2007-09-21
This is the first public release.

[1.2.1]: https://github.com/noirotm/flvmeta/releases/tag/v1.2.1
[1.2.0]: https://github.com/noirotm/flvmeta/releases/tag/v1.2.0
[1.1.2]: https://github.com/noirotm/flvmeta/releases/tag/v1.1.2
[1.1.1]: https://github.com/noirotm/flvmeta/releases/tag/v1.1.1
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(flvmeta C)

set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules ${CMAKE_MODULE_PATH})

set(FLVMETA_VERSION "1.2.0")
set(FLVMETA_VERSION "1.2.1")
set(FLVMETA_RELEASE yes)

# check whether we are building a release or a git snapshot
Expand Down

0 comments on commit 3a23e63

Please sign in to comment.