Skip to content

Commit

Permalink
add version constants
Browse files Browse the repository at this point in the history
  • Loading branch information
an-prata committed Jan 22, 2023
1 parent 75ac671 commit 2032f44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scrutiny/scrutiny.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
#include <stdbool.h>
#include <time.h>

#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.
Expand Down

0 comments on commit 2032f44

Please sign in to comment.