From d3d62743dff337fba302e251be750373b94ec0be Mon Sep 17 00:00:00 2001 From: cfsmp3 Date: Tue, 6 May 2014 10:17:00 +0200 Subject: [PATCH] Changed version to 0.70a1 --- src/ccextractor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ccextractor.h b/src/ccextractor.h index b1ee7c76..f86430f2 100644 --- a/src/ccextractor.h +++ b/src/ccextractor.h @@ -13,7 +13,7 @@ // compatibility across platforms #include "platform.h" -#define VERSION "0.69" +#define VERSION "0.70a1" 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