Skip to content

Commit

Permalink
Merge pull request #1049 from redboltz/fix_makedist.sh
Browse files Browse the repository at this point in the history
Fixed cmake config name.
  • Loading branch information
redboltz committed Jan 10, 2023
2 parents c243063 + f2c4467 commit 551308a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,7 +1,7 @@
# 2023-01-10 version 5.0.0
* Add additional address sanitizer for CI. (#1023)
## << breaking changes >>
* Change CMake package name of C library to msgpackc (#1044)
* Change CMake package name of C library to msgpackc (#1044, #1049)

# 2021-08-01 version 4.0.0
* Fix and improve alignment logic (#962)
Expand Down
2 changes: 1 addition & 1 deletion makedist.sh
Expand Up @@ -32,7 +32,7 @@ tar --append --file=$filename $prefix/ChangeLog
tar --append --file=$filename $prefix/NEWS
tar --append --file=$filename $prefix/COPYING
tar --append --file=$filename $prefix/README
tar --append --file=$filename $prefix/msgpack-config.cmake.in
tar --append --file=$filename $prefix/msgpackc-config.cmake.in

rm -f $prefix

Expand Down

0 comments on commit 551308a

Please sign in to comment.