Skip to content

Commit

Permalink
MMCore: Add versioning constants for major, minor, and patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Dec 2, 2024
1 parent 870fdb1 commit 9ec8a42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MMCore/MMCore.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@
# define MMCORE_DEPRECATED(prototype) prototype
#endif

extern const int MMCore_versionMajor;
extern const int MMCore_versionMinor;
extern const int MMCore_versionPatch;

class CPluginManager;
class CircularBuffer;
Expand Down

0 comments on commit 9ec8a42

Please sign in to comment.