diff --git a/docs/CHANGES.TXT b/docs/CHANGES.TXT index 69732f64f..bf239e206 100644 --- a/docs/CHANGES.TXT +++ b/docs/CHANGES.TXT @@ -1,6 +1,8 @@ -0.76 +0.76 (2015-03-28) ----------------- - Added basic M2TS support +- Added EPG support - you can now export the Program Guide to XML +- Some bugfixes 0.75 (2015-01-15) ----------------- diff --git a/src/lib_ccx/lib_ccx.h b/src/lib_ccx/lib_ccx.h index 99db10f54..3ed9dde91 100644 --- a/src/lib_ccx/lib_ccx.h +++ b/src/lib_ccx/lib_ccx.h @@ -1,7 +1,7 @@ #ifndef CCX_CCEXTRACTOR_H #define CCX_CCEXTRACTOR_H -#define VERSION "0.75" +#define VERSION "0.76" // Load common includes and constants for library usage #include "ccx_common_platform.h"