pa_front: bumped to 19.6.0
This commit is contained in:
parent
b2f9375237
commit
3f7248cd00
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue