Skip to content

Commit 2c3dc20

Browse files
committed
VER: 1.0.0-beta
1 parent 6c0692b commit 2c3dc20

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/gtestx/gtestx.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@
4444
* - {ALL_ABOVE}_OPT
4545
*/
4646

47+
// 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
52+
4753
#define PERF_ABORT (Perf::Abort(), "Perf loop aborted!")
4854

4955
///////////////////////////////////////////////

0 commit comments

Comments
 (0)