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

gitea-99
positron 4 months ago
parent 2051ccabe2
commit 9963bdc47c

@ -1,3 +1,4 @@
v3.2.0-RC13
* add NEWS file
* add release script (for the Engine maintainer): the Engine version is now in a

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

Loading…
Cancel
Save