[FFmpeg-cvslog] Update for 0.7.17

Michael Niedermayer git at videolan.org
Thu Mar 12 00:56:13 CET 2015


ffmpeg | branch: release/0.7 | Michael Niedermayer <michaelni at gmx.at> | Thu Mar 12 00:54:14 2015 +0100| [6f4cda4a6b66cb3882c63e18a35937284c446c44] | committer: Michael Niedermayer

Update for 0.7.17

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6f4cda4a6b66cb3882c63e18a35937284c446c44
---

 Doxyfile   |    2 +-
 RELEASE    |    2 +-
 VERSION    |    2 +-
 cmdutils.c |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Doxyfile b/Doxyfile
index 2b03049..be95183 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.7.16
+PROJECT_NUMBER         = 0.7.17
 
 # 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 bf7b715..b22af29 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-0.7.16
+0.7.17
diff --git a/VERSION b/VERSION
index bf7b715..b22af29 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.7.16
+0.7.17
diff --git a/cmdutils.c b/cmdutils.c
index b919bae..21922ae 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 = 2013;
+static const int this_year = 2015;
 
 void init_opts(void)
 {



More information about the ffmpeg-cvslog mailing list