Browse Source

Add revision macros for 1.0.0

master
Christophe Massiot 13 years ago
parent
commit
cc9c20cbdd
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      common.h

+ 4
- 0
common.h View File

@ -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"
{

Loading…
Cancel
Save