diff --git a/lsmash.h b/lsmash.h index eb3b08a0..4eeb8f4b 100644 --- a/lsmash.h +++ b/lsmash.h @@ -35,7 +35,7 @@ ****************************************************************************/ #define LSMASH_VERSION_MAJOR 1 #define LSMASH_VERSION_MINOR 11 -#define LSMASH_VERSION_MICRO 7 +#define LSMASH_VERSION_MICRO 8 #define LSMASH_VERSION_INT( a, b, c ) (((a) << 16) | ((b) << 8) | (c))