From f2310fff5c7bf1ec815ba7ae6a87fc872a0d82aa Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 21 Mar 2013 01:10:47 +0100 Subject: [PATCH] update the current year Signed-off-by: Michael Niedermayer --- cmdutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdutils.c b/cmdutils.c index 5639751e3a..343914b4af 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -61,7 +61,7 @@ struct SwsContext *sws_opts; SwrContext *swr_opts; AVDictionary *format_opts, *codec_opts; -const int this_year = 2012; +const int this_year = 2013; static FILE *report_file;