From 26410b991d345c369dff7d46b9e61bea08558d57 Mon Sep 17 00:00:00 2001 From: cfsmp3 Date: Tue, 29 Jul 2014 10:06:45 +0200 Subject: [PATCH] Version pump --- src/ccextractor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ccextractor.h b/src/ccextractor.h index 5547de22..dbb8de5a 100644 --- a/src/ccextractor.h +++ b/src/ccextractor.h @@ -13,7 +13,7 @@ // compatibility across platforms #include "platform.h" -#define VERSION "0.70" +#define VERSION "0.71" extern int cc_buffer_saved; // Do we have anything in the CC buffer already? extern int ccblocks_in_avc_total; // Total CC blocks found by the AVC code