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:
authorMichael Niedermayer <michaelni@gmx.at>2012-06-10 00:18:07 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-06-10 00:18:07 +0400
commit9eaec5b8f010c805fd8e77216a1ec67eb20b1466 (patch)
treed634fd37b657b62dc39734c255f180c8d47055ea
parent48ef11663164b5e7221089a813e733dc7a0776b3 (diff)
update for 0.5.10n0.5.10
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--VERSION2
-rw-r--r--cmdutils.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 416bfb0a22..50c76ef872 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.5.9
+0.5.10
diff --git a/cmdutils.c b/cmdutils.c
index 108eaccdd1..f1e5352362 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 = 2009;
+const int this_year = 2012;
double parse_number_or_die(const char *context, const char *numstr, int type, double min, double max)
{