[FFmpeg-cvslog] update for 0.5.11
Michael Niedermayer
git at videolan.org
Sun Feb 17 04:30:35 CET 2013
ffmpeg | branch: release/0.5 | Michael Niedermayer <michaelni at gmx.at> | Sun Feb 17 03:55:49 2013 +0100| [d34cfb33afb8c6e3c349e71d752beb9234afbcf0] | committer: Michael Niedermayer
update for 0.5.11
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d34cfb33afb8c6e3c349e71d752beb9234afbcf0
---
RELEASE | 2 +-
VERSION | 2 +-
cmdutils.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/RELEASE b/RELEASE
index 0b9bf42..2677b99 100644
--- a/RELEASE
+++ b/RELEASE
@@ -235,7 +235,7 @@ the Changelog file or the Git commit history.
-* 0.5.10 Feb 16, 2013
+* 0.5.11 Feb 17, 2013
General notes
-------------
diff --git a/VERSION b/VERSION
index 50c76ef..69626fb 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.5.10
+0.5.11
diff --git a/cmdutils.c b/cmdutils.c
index f1e5352..7c4c1a0 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 = 2012;
+const int this_year = 2013;
double parse_number_or_die(const char *context, const char *numstr, int type, double min, double max)
{
More information about the ffmpeg-cvslog
mailing list