From d3ba74a68145ea696f20a8299b1d156bcab457b1 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sun, 17 Apr 2011 19:36:04 -0700 Subject: [PATCH] add version --- oio.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/oio.h b/oio.h index bf7bff0be..cf76085d3 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 */