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>2014-03-21 08:53:28 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-03-21 08:53:28 +0400
commitd55059d048bd6247b7bd1ae7830253f7b9358f13 (patch)
treefdba37c5647ed213258af9a3d5824e49ac4aa1b4
parent3926ebc7029d97f2aa8c1d834a9a67d821c43db8 (diff)
update for 0.9.4n0.9.4
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--Doxyfile2
-rw-r--r--RELEASE2
-rw-r--r--VERSION2
-rw-r--r--cmdutils.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/Doxyfile b/Doxyfile
index 33d2e45e32..99fb63093e 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 965065db5b..a602fc9e28 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-0.9.3
+0.9.4
diff --git a/VERSION b/VERSION
index 965065db5b..a602fc9e28 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.9.3
+0.9.4
diff --git a/cmdutils.c b/cmdutils.c
index 79bebd74f8..507df2cc5a 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;