From f06a56a78b2761b967ab71759e8de4aa09ac590b Mon Sep 17 00:00:00 2001 From: Johan Pascal Date: Mon, 16 Nov 2020 16:47:47 +0100 Subject: [PATCH] Version number is defined in the decoder header --- include/bcg729/decoder.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/bcg729/decoder.h b/include/bcg729/decoder.h index 597b9fe..3b6c812 100644 --- a/include/bcg729/decoder.h +++ b/include/bcg729/decoder.h @@ -21,6 +21,10 @@ typedef struct bcg729DecoderChannelContextStruct_struct bcg729DecoderChannelContextStruct; #include +// Version number is 1.1.0, map it on an integer +// Note: This define starts with version 1.1.0 +#define BCG729_VERSION_NUMBER 0x010100 + #ifdef _WIN32 #ifdef BCG729_STATIC #define BCG729_VISIBILITY