[FFmpeg-cvslog] Update for 0.8.13
Michael Niedermayer
git at videolan.org
Sun Feb 17 23:45:48 CET 2013
ffmpeg | branch: release/0.8 | Michael Niedermayer <michaelni at gmx.at> | Sun Feb 17 23:41:01 2013 +0100| [377fabc9e687a3c73fdb235f773f6e9151378ca5] | committer: Michael Niedermayer
Update for 0.8.13
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=377fabc9e687a3c73fdb235f773f6e9151378ca5
---
Doxyfile | 2 +-
RELEASE | 2 +-
VERSION | 2 +-
cmdutils.c | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Doxyfile b/Doxyfile
index 887b874..e28a87e 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME = FFmpeg
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.8.12
+PROJECT_NUMBER = 0.8.13
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
diff --git a/RELEASE b/RELEASE
index 7eff8ab..c2f73c6 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-0.8.12
+0.8.13
diff --git a/VERSION b/VERSION
index 7eff8ab..c2f73c6 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.8.12
+0.8.13
diff --git a/cmdutils.c b/cmdutils.c
index 62fe6e9..b919bae 100644
--- a/cmdutils.c
+++ b/cmdutils.c
@@ -57,7 +57,7 @@ AVFormatContext *avformat_opts;
struct SwsContext *sws_opts;
AVDictionary *format_opts, *video_opts, *audio_opts, *sub_opts;
-static const int this_year = 2011;
+static const int this_year = 2013;
void init_opts(void)
{
More information about the ffmpeg-cvslog
mailing list