diff --git a/ChangeLog.rst b/ChangeLog.rst index 2c95c350..fad70a7f 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -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) diff --git a/common/JackConstants.h b/common/JackConstants.h index 9f81bd5c..1075a0f6 100644 --- a/common/JackConstants.h +++ b/common/JackConstants.h @@ -24,7 +24,7 @@ #include "config.h" #endif -#define VERSION "1.9.15" +#define VERSION "1.9.16" #define BUFFER_SIZE_MAX 8192 diff --git a/wscript b/wscript index 3b6ac404..dd8cb6a3 100644 --- a/wscript +++ b/wscript @@ -11,7 +11,7 @@ import sys from waflib import Logs, Options, Task, Utils from waflib.Build import BuildContext, CleanContext, InstallContext, UninstallContext -VERSION='1.9.15' +VERSION='1.9.16' APPNAME='jack' JACK_API_VERSION = '0.1.0'