Skip to content

Commit

Permalink
Update changelog and bump version
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Feb 2, 2023
1 parent de42b83 commit 33de8b4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog

## [4]

### Fixes
- Fix a typo in `alsa_in` manpage
- Fix source-code comments and manpage for `jack_simple_client`
- Remove includes of non-standard `alloca.h` header

## [3]

### Fixes
- Ensure internal clients export their function entry points
- Fix macOS and Windows builds

## [2]

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Expand Up @@ -3,7 +3,7 @@ project(
['c', 'cpp'],
meson_version: '>=0.58.0',
license: ['GPL2+'],
version: '3',
version: '4',
)

os = build_machine.system()
Expand Down

0 comments on commit 33de8b4

Please sign in to comment.