From cc9c20cbddd782d01551f30b726e5ee3344187a5 Mon Sep 17 00:00:00 2001 From: Christophe Massiot Date: Wed, 14 Dec 2011 00:13:39 +0100 Subject: [PATCH] Add revision macros for 1.0.0 --- common.h | 4 ++++ 1 file changed, 4 insertions(+) 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" {