From 4f3e5fe6779a2363088e8e5294b1e86d73c47f67 Mon Sep 17 00:00:00 2001 From: cfsmp3 Date: Sat, 28 Mar 2015 13:32:09 +0100 Subject: [PATCH] 0.76 --- docs/CHANGES.TXT | 4 +++- src/lib_ccx/lib_ccx.h | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/CHANGES.TXT b/docs/CHANGES.TXT index 69732f64..bf239e20 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 99db10f5..3ed9dde9 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"