diff --git a/cmdutils.c b/cmdutils.c
index b2e6ee0081a26d1806909a8f6146146996baa8b6..5e4b71689149b5ae63defef25f455e8c58975d46 100644
--- a/cmdutils.c
+++ b/cmdutils.c
@@ -55,7 +55,7 @@ AVCodecContext *avcodec_opts[AVMEDIA_TYPE_NB];
 AVFormatContext *avformat_opts;
 struct SwsContext *sws_opts;
 
-const int this_year = 2010;
+const int this_year = 2011;
 
 void init_opts(void)
 {