From d14c655f6a2759340b622e209d99b300edd756fe Mon Sep 17 00:00:00 2001 From: Peter McGoron Date: Sun, 12 Feb 2023 20:54:47 +0000 Subject: [PATCH] add version defines --- creole.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/creole.h b/creole.h index 981f8cb..b3fe29c 100644 --- a/creole.h +++ b/creole.h @@ -17,6 +17,10 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #include #include +#define CREOLE_MAJOR 0 +#define CREOLE_MINOR 1 +#define CREOLE_BUGFIX 0 + #ifndef CREOLE_WORD # define CREOLE_WORD unsigned int # define CREOLE_WORD_MAX UINT_MAX