|
|
|
@ -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_ */
|
|
|
|
|