Skip to content

Commit bfabf4d

Browse files
committed
Update version to 3.9.0beta1
1 parent 58c6321 commit bfabf4d

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

ChangeLog

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11

2-
### 3.8.2nightly4 <- NOTE: the release version number will be 3.9.0 ###
2+
### 3.9.0beta1 <- NOTE: the release version number will be 3.9.0 ###
3+
4+
- prefix in your PR descriptions? That way our script can pick the text up directly (#2640).
5+
(contributed by @chigkim)
6+
7+
- Client: added instructions for setting buffers when using Pipewire (#2645).
8+
(contributed by @gilgongo)
39

410
- Translated Windows installer into Korean (#2669).
511
(contributed by @bagjunggyu)
@@ -174,6 +180,9 @@
174180
- Documentation: Rewrite some parts of COMPILING.md and CONTRIBUTING.md to stay up to date and enable clearer contribution guidelines (#2561).
175181
(contributed by @ann0see)
176182

183+
- Build: macOS will now be built with Qt 6.3.1 for better support of modern versions of macOS. Users of macOS 10.14 or earlier must from now use the legacy build or compile from source (#2672).
184+
(contributed by @ann0see)
185+
177186
- Build: Improved grep usage in scripts #2421 (#2397).
178187
(contributed by @ann0see)
179188

Jamulus.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 3.8.2nightly4
1+
VERSION = 3.9.0beta1
22

33
# use target name which does not use a capital letter at the beginning
44
contains(CONFIG, "noupcasename") {

0 commit comments

Comments
 (0)