Skip to content

Commit 33de8b4

Browse files
committed
Update changelog and bump version
Signed-off-by: falkTX <falktx@falktx.com>
1 parent de42b83 commit 33de8b4

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [4]
4+
5+
### Fixes
6+
- Fix a typo in `alsa_in` manpage
7+
- Fix source-code comments and manpage for `jack_simple_client`
8+
- Remove includes of non-standard `alloca.h` header
9+
10+
## [3]
11+
12+
### Fixes
13+
- Ensure internal clients export their function entry points
14+
- Fix macOS and Windows builds
15+
316
## [2]
417

518
### Fixes

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(
33
['c', 'cpp'],
44
meson_version: '>=0.58.0',
55
license: ['GPL2+'],
6-
version: '3',
6+
version: '4',
77
)
88

99
os = build_machine.system()

0 commit comments

Comments
 (0)