From: Dan Dennedy Date: Sat, 30 May 2009 16:00:21 +0000 (-0700) Subject: Bump versions and update release notes. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=9227fec879d891a7532296a7bbfb387ff9847f4d;p=mlt Bump versions and update release notes. Signed-off-by: Dan Dennedy --- diff --git a/Doxyfile b/Doxyfile index 95e258ac..b4c3cf76 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.4.0 +PROJECT_NUMBER = 0.4.2 # 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 1f8d178b..9fee39de 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,13 @@ MLT Release Notes ----------------- +Version 0.4.2 + +The recommended version of FFmpeg for use with this release is 0.5.0. +This release is a minor maintenance update to the 0.4.0 - just build and +bug fixes. + + Version 0.4.0 The recommended version of FFmpeg for use with this release is 0.5.0. diff --git a/configure b/configure index 40ef3b9f..e4e14928 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/bin/sh -export version=0.4.1 +export version=0.4.2 export soversion=1 show_help() diff --git a/src/framework/mlt.h b/src/framework/mlt.h index de764105..d44c220f 100644 --- a/src/framework/mlt.h +++ b/src/framework/mlt.h @@ -23,8 +23,8 @@ #ifndef _MLT_H_ #define _MLT_H_ -#define LIBMLT_VERSION_INT ((0<<16)+(4<<8)+1) -#define LIBMLT_VERSION 0.4.1 +#define LIBMLT_VERSION_INT ((0<<16)+(4<<8)+2) +#define LIBMLT_VERSION 0.4.2 #ifdef __cplusplus extern "C"