add version

This commit is contained in:
Ryan Dahl 2011-04-17 19:36:04 -07:00
parent 00a947e7b3
commit d3ba74a681

3
oio.h
View File

@ -1,6 +1,9 @@
#ifndef OIO_H
#define OIO_H
#define OIO_VERSION_MAJOR 0
#define OIO_VERSION_MINOR 1
#include <stdint.h> /* int64_t */
#include <stddef.h> /* size_t */