From 2032f443552d9d4442202812ca0a0fa971bb6730 Mon Sep 17 00:00:00 2001 From: Evan Overman Date: Sat, 21 Jan 2023 22:10:32 -0800 Subject: [PATCH] add version constants --- scrutiny/scrutiny.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scrutiny/scrutiny.h b/scrutiny/scrutiny.h index 7f6ed16..b9e7e14 100755 --- a/scrutiny/scrutiny.h +++ b/scrutiny/scrutiny.h @@ -12,6 +12,10 @@ #include #include +#define SCRUTINY_VERSION_MAJOR 1 +#define SCRUTINY_VERSION_MINOR 0 +#define SCRUTINY_VERSION_PATCH 0 + /* * Defined for convinience and code clarity, beyond that these definitions * serve no purpose.