diff options
| author | 2023-02-12 20:54:47 +0000 | |
|---|---|---|
| committer | 2023-02-12 20:54:47 +0000 | |
| commit | d14c655f6a2759340b622e209d99b300edd756fe (patch) | |
| tree | 0090c9c7f08e785ed79113bd6708fcff5b167dee | |
| parent | add license (diff) | |
add version defines0.1.0
| -rw-r--r-- | creole.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -17,6 +17,10 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #include <limits.h> #include <stddef.h> +#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 |
