diff --git a/VERSION b/VERSION index 964783a811..83ac1cc02f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.13 +0.5.14 diff --git a/cmdutils.c b/cmdutils.c index 7c4c1a0080..8534c60aba 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -50,7 +50,7 @@ AVCodecContext *avctx_opts[CODEC_TYPE_NB]; AVFormatContext *avformat_opts; struct SwsContext *sws_opts; -const int this_year = 2013; +const int this_year = 2014; double parse_number_or_die(const char *context, const char *numstr, int type, double min, double max) {