diff --git a/common.h b/common.h index 41b4861..ddc9318 100644 --- a/common.h +++ b/common.h @@ -32,6 +32,10 @@ #include /* bool */ #include /* memset, memcpy */ +#define BITSTREAM_VERSION_MAJOR 1 +#define BITSTREAM_VERSION_MINOR 0 +#define BITSTREAM_VERSION_REVISION 0 + #ifdef __cplusplus extern "C" {