Skip to content

Commit 2173b3c

Browse files
committed
Add macros that indicate OpDiLib's version.
1 parent 57611ae commit 2173b3c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

include/opdi/config.hpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
2525

2626
#pragma once
2727

28+
/* ------------------ OpDiLib version ------------------ */
29+
30+
#define OPDI_MAJOR 1
31+
#define OPDI_MINOR 7
32+
#define OPDI_PATCH 1
33+
2834
/* ------------------ constants ------------------ */
2935

3036
/* backends */

0 commit comments

Comments
 (0)