add version defines

This commit is contained in:
Peter McGoron 2023-02-12 20:54:47 +00:00
parent f6d9276d24
commit d14c655f6a
1 changed files with 4 additions and 0 deletions

View File

@ -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