This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack2
mirror of
https://github.com/jackaudio/jack2
Watch
1
Star
0
Fork
0
Code
Releases
45
Activity
Browse Source
1.9.16 release
Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.9.16^2
falkTX
4 years ago
parent
d90ef27d60
commit
db76dd6bb8
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
3 changed files
with
7 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
ChangeLog.rst
+1
-1
common/JackConstants.h
+1
-1
wscript
+ 5
- 0
ChangeLog.rst
View File
@@ -1,6 +1,11 @@
ChangeLog
#########
* 1.9.16 (2020-10-16)
* Fix/revert a change in how meta-data definitions were exposed (regression in 1.9.15)
* Remove jack-router Windows code from the repository
* 1.9.15 (2020-10-15)
* Automated builds for macOS and Windows (see jackaudio/jack2-releases repository)
+ 1
- 1
common/JackConstants.h
View File
@@ -24,7 +24,7 @@
#include "config.h"
#endif
#define VERSION "1.9.1
5
"
#define VERSION "1.9.1
6
"
#define BUFFER_SIZE_MAX 8192
+ 1
- 1
wscript
View File
@@ -11,7 +11,7 @@ import sys
from waflib import Logs, Options, Task, Utils
from waflib.Build import BuildContext, CleanContext, InstallContext, UninstallContext
VERSION='1.9.1
5
'
VERSION='1.9.1
6
'
APPNAME='jack'
JACK_API_VERSION = '0.1.0'
Write
Preview
Loading…
Cancel
Save