add trailing "+" sign to version after 3.2.0-RC27, prepend an empty line to NEWS

pull/147/head
positron 2 weeks ago
parent d2451a6e9e
commit 34f9e7958b

@ -1,3 +1,4 @@
v3.2.0-RC27 2023-03-16
* Fix management database upgrading from versions older than 13; no API changes.
* Fix benign test suite failures: we are back to zero expected failures.

@ -14,11 +14,11 @@
#define PEP_ENGINE_VERSION_RC 27 /* This is a Release Candidate. */
/* PEP_ENGINE_VERSION_PLUS not defined: this is an UNmodified Release Candidate. */
#define PEP_ENGINE_VERSION_PLUS + /* This is a MODIFIED Release Candidate */
/* PEP_ENGINE_VERSION_BRANCH_SUFFIX not defined. */
/* The main version string for the user. */
#define PEP_ENGINE_VERSION "3.2.0-RC27"
#define PEP_ENGINE_VERSION "3.2.0-RC27+"
#endif /* #ifndef _PEP_ENGINE_VERSION_H_ */

Loading…
Cancel
Save