From e3b694a04873abb321870c4fd340c6cc140e257b Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Wed, 14 Nov 2012 19:04:47 -0800 Subject: [PATCH] Set version to 0.8.6 --- Doxyfile | 2 +- NEWS | 5 +++++ configure | 2 +- docs/melt.1 | 2 +- src/framework/mlt_version.h | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Doxyfile b/Doxyfile index 791d2ed4..7cddf7d9 100644 --- a/Doxyfile +++ b/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = mlt # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.8.4 +PROJECT_NUMBER = 0.8.6 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/NEWS b/NEWS index 559fc5ef..e62e1c1c 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,11 @@ MLT Release Notes ----------------- +Version 0.8.6 - November 14, 2012 + +This is a re-issue of the 0.8.4 release with a fix for a performance +regression on videos that use full-range colorspaces such as yuv420p. + Version 0.8.4 - November 13, 2012 This is a bugfix and minor enhancement release. diff --git a/configure b/configure index 6986def5..ebae6ad4 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/bin/sh -export version=0.8.4 +export version=0.8.6 export soversion=5 show_help() diff --git a/docs/melt.1 b/docs/melt.1 index 37831a8c..99f2a561 100644 --- a/docs/melt.1 +++ b/docs/melt.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.4. -.TH MELT "1" "November 2012" "melt 0.8.4" "User Commands" +.TH MELT "1" "November 2012" "melt 0.8.6" "User Commands" .SH NAME melt \- author, play, and encode multitrack audio/video compositions .SH SYNOPSIS diff --git a/src/framework/mlt_version.h b/src/framework/mlt_version.h index 03ed2773..9aa87431 100644 --- a/src/framework/mlt_version.h +++ b/src/framework/mlt_version.h @@ -29,7 +29,7 @@ #define LIBMLT_VERSION_MAJOR 0 #define LIBMLT_VERSION_MINOR 8 -#define LIBMLT_VERSION_REVISION 4 +#define LIBMLT_VERSION_REVISION 6 #define LIBMLT_VERSION_INT ((LIBMLT_VERSION_MAJOR<<16)+(LIBMLT_VERSION_MINOR<<8)+LIBMLT_VERSION_REVISION) #define LIBMLT_VERSION STRINGIZE(LIBMLT_VERSION_MAJOR.LIBMLT_VERSION_MINOR.LIBMLT_VERSION_REVISION) -- 2.39.2