From: Phil Burk Date: Sat, 24 Sep 2016 16:02:56 +0000 (-0700) Subject: pa_front: bumped to 19.6.0 X-Git-Tag: pa_stable_v190600_20161030~6^2 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=3f7248cd00f1f37d6c738751b249720f102f1d97;p=portaudio pa_front: bumped to 19.6.0 --- diff --git a/src/common/pa_front.c b/src/common/pa_front.c index 12a7b2d..d4f28de 100644 --- a/src/common/pa_front.c +++ b/src/common/pa_front.c @@ -91,13 +91,13 @@ * This is incremented when we add functionality in a backwards-compatible manner. * Or it is set to zero when paVersionMajor is incremented. */ -#define paVersionMinor 5 +#define paVersionMinor 6 /** * This is incremented when we make backwards-compatible bug fixes. * Or it is set to zero when paVersionMinor changes. */ -#define paVersionSubMinor 1 +#define paVersionSubMinor 0 /** * This is a combination of paVersionMajor, paVersionMinor and paVersionSubMinor.