diff --git a/oio.h b/oio.h index bf7bff0b..cf76085d 100644 --- a/oio.h +++ b/oio.h @@ -1,6 +1,9 @@ #ifndef OIO_H #define OIO_H +#define OIO_VERSION_MAJOR 0 +#define OIO_VERSION_MINOR 1 + #include /* int64_t */ #include /* size_t */