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

master
positron 2 months ago
parent 23c917b3c0
commit 73e5d728ae

@ -1,3 +1,4 @@
v3.2.0-RC23 2023-02-09
* some documentation updates: link build instructions from README.md .
* improve logging, in particular making it very visible when we discover that a

@ -14,11 +14,11 @@
#define PEP_ENGINE_VERSION_RC 23 /* 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-RC23"
#define PEP_ENGINE_VERSION "3.2.0-RC23+"
#endif /* #ifndef _PEP_ENGINE_VERSION_H_ */

Loading…
Cancel
Save