Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION2
-rw-r--r--cmdutils.c2
2 files changed, 2 insertions, 2 deletions
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)
{