Commit cc9c20cb authored by Christophe Massiot's avatar Christophe Massiot

Add revision macros for 1.0.0

parent b47bc0da
......@@ -32,6 +32,10 @@
#include <stdbool.h> /* bool */
#include <string.h> /* memset, memcpy */
#define BITSTREAM_VERSION_MAJOR 1
#define BITSTREAM_VERSION_MINOR 0
#define BITSTREAM_VERSION_REVISION 0
#ifdef __cplusplus
extern "C"
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment