Skip to content

Commit 8eaa5d2

Browse files
committed
FIX: add version macro prefix
1 parent 2c3dc20 commit 8eaa5d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/gtestx/gtestx.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
*/
4646

4747
// conform to Semantic Versioning (http://semver.org)
48-
#define MAJOR_VERSION 1
49-
#define MINOR_VERSION 0
50-
#define PATCH_VERSION 0
51-
#define PRERLEASE_VERSION beta
48+
#define GTESTX_MAJOR_VERSION 1
49+
#define GTESTX_MINOR_VERSION 0
50+
#define GTESTX_PATCH_VERSION 0
51+
#define GTESTX_PRERLEASE_VERSION beta
5252

5353
#define PERF_ABORT (Perf::Abort(), "Perf loop aborted!")
5454

0 commit comments

Comments
 (0)