[FFmpeg-cvslog] update for 0.9.4
Michael Niedermayer
git at videolan.org
Fri Mar 21 05:57:42 CET 2014
ffmpeg | branch: release/0.9 | Michael Niedermayer <michaelni at gmx.at> | Fri Mar 21 05:53:28 2014 +0100| [d55059d048bd6247b7bd1ae7830253f7b9358f13] | committer: Michael Niedermayer
update for 0.9.4
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d55059d048bd6247b7bd1ae7830253f7b9358f13
---
Doxyfile | 2 +-
RELEASE | 2 +-
VERSION | 2 +-
cmdutils.c | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Doxyfile b/Doxyfile
index 33d2e45..99fb630 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.9.3
+PROJECT_NUMBER = 0.9.4
# 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 965065d..a602fc9 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-0.9.3
+0.9.4
diff --git a/VERSION b/VERSION
index 965065d..a602fc9 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.9.3
+0.9.4
diff --git a/cmdutils.c b/cmdutils.c
index 79bebd7..507df2c 100644
--- a/cmdutils.c
+++ b/cmdutils.c
@@ -53,7 +53,7 @@
struct SwsContext *sws_opts;
AVDictionary *format_opts, *codec_opts;
-static const int this_year = 2013;
+static const int this_year = 2014;
static FILE *report_file;
More information about the ffmpeg-cvslog
mailing list