From: Phil Burk Date: Sun, 24 Jan 2021 20:10:04 +0000 (-0800) Subject: Bump version to 19.7.0 X-Git-Tag: v19.7.0~2 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=3f7bee79a65327d2e0965e8a74299723ed6f072d;p=portaudio Bump version to 19.7.0 --- diff --git a/src/common/pa_front.c b/src/common/pa_front.c index a6b5f61..65a656f 100644 --- a/src/common/pa_front.c +++ b/src/common/pa_front.c @@ -91,7 +91,7 @@ * This is incremented when we add functionality in a backwards-compatible manner. * Or it is set to zero when paVersionMajor is incremented. */ -#define paVersionMinor 6 +#define paVersionMinor 7 /** * This is incremented when we make backwards-compatible bug fixes.