From 3347f5d3454a1b3beac159d769b0d3f036893d89 Mon Sep 17 00:00:00 2001 From: cfsmp3 Date: Sat, 9 Aug 2014 13:18:56 +0200 Subject: [PATCH] Version bump --- src/ccextractor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ccextractor.h b/src/ccextractor.h index dbb8de5a..c1f0b1c9 100644 --- a/src/ccextractor.h +++ b/src/ccextractor.h @@ -13,7 +13,7 @@ // compatibility across platforms #include "platform.h" -#define VERSION "0.71" +#define VERSION "0.72" 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