Browse Source

Start of 1.9.19

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.9.19
falkTX 4 years ago
parent
commit
dd1d70c8ff
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
3 changed files with 7 additions and 2 deletions
  1. +5
    -0
      ChangeLog.rst
  2. +1
    -1
      common/JackConstants.h
  3. +1
    -1
      wscript

+ 5
- 0
ChangeLog.rst View File

@@ -1,6 +1,11 @@
ChangeLog
#########

* 1.9.19 (2021-07-15)

* WIP
* zalsa: add "-w" argument to wait for soundcard to be available

* 1.9.18 (2021-04-15)

* Add zalsa_in/out as internal client (based on zita-a2j/j2a and jack1 code)


+ 1
- 1
common/JackConstants.h View File

@@ -24,7 +24,7 @@
#include "config.h"
#endif

#define VERSION "1.9.18"
#define VERSION "1.9.19"

#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.18'
VERSION='1.9.19'
APPNAME='jack'
JACK_API_VERSION = '0.1.0'



Loading…
Cancel
Save