diff --git a/Doxyfile b/Doxyfile
index 33d2e45e322495052af9b0abdb819ef5029dd588..99fb63093e063fbb60e521504587842a71a1602a 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 965065db5b84c28a60e0e932153c4f59ac44c4da..a602fc9e283389306d606c164ce73ac338999373 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-0.9.3
+0.9.4
diff --git a/VERSION b/VERSION
index 965065db5b84c28a60e0e932153c4f59ac44c4da..a602fc9e283389306d606c164ce73ac338999373 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.9.3
+0.9.4
diff --git a/cmdutils.c b/cmdutils.c
index 79bebd74f84e2e6d44368952d9ab8f610711ce98..507df2cc5ae14c4d468dbf6dc54fc58a2b1b15fc 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;