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.