From: Phil Burk Date: Thu, 22 Sep 2016 16:29:36 +0000 (-0700) Subject: pa_front: bump version to 19.5.1 for release X-Git-Tag: pa_stable_v190600_20161030~6^2~1 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=b2f937523723982519607d558b95d40860526efa;p=portaudio pa_front: bump version to 19.5.1 for release --- diff --git a/src/common/pa_front.c b/src/common/pa_front.c index 4ebf5d7..12a7b2d 100644 --- a/src/common/pa_front.c +++ b/src/common/pa_front.c @@ -97,7 +97,7 @@ * This is incremented when we make backwards-compatible bug fixes. * Or it is set to zero when paVersionMinor changes. */ -#define paVersionSubMinor 0 +#define paVersionSubMinor 1 /** * This is a combination of paVersionMajor, paVersionMinor and paVersionSubMinor.