From 75e3e0fec33508bb2138862d35674c3c3551464b Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Sun, 20 Jun 2010 12:06:10 -0700 Subject: [PATCH] Set version to 0.5.6. --- Doxyfile | 2 +- configure | 2 +- docs/melt.1 | 4 ++-- src/framework/mlt.h | 7 ++++--- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Doxyfile b/Doxyfile index 8e11e504..17562f7e 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.5.4 +PROJECT_NUMBER = 0.5.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/configure b/configure index 6d90765f..716eb1b2 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/bin/sh -export version=0.5.5 +export version=0.5.6 export soversion=2 show_help() diff --git a/docs/melt.1 b/docs/melt.1 index b2e5f00d..8971f111 100644 --- a/docs/melt.1 +++ b/docs/melt.1 @@ -1,7 +1,7 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. -.TH MELT "1" "December 2009" "MLT melt 0.5.4" "User Commands" +.TH MELT "1" "June 2010" "MLT melt 0.5.6" "User Commands" .SH NAME -melt \- manual page for MLT melt 0.5.4 +melt \- manual page for MLT melt 0.5.6 .SH SYNOPSIS .B melt [\fIoptions\fR] [\fIproducer \fR[\fIname=value\fR]\fI* \fR]\fI+\fR diff --git a/src/framework/mlt.h b/src/framework/mlt.h index 48f76d74..c7f3f1ca 100644 --- a/src/framework/mlt.h +++ b/src/framework/mlt.h @@ -2,8 +2,9 @@ * \file mlt.h * \brief header file for lazy client and implementation code :-) * - * Copyright (C) 2003-2009 Ushodaya Enterprises Limited + * Copyright (C) 2003-2010 Ushodaya Enterprises Limited * \author Charles Yates + * \author Dan Dennedy * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -23,8 +24,8 @@ #ifndef _MLT_H_ #define _MLT_H_ -#define LIBMLT_VERSION_INT ((0<<16)+(5<<8)+4) -#define LIBMLT_VERSION 0.5.4 +#define LIBMLT_VERSION_INT ((0<<16)+(5<<8)+6) +#define LIBMLT_VERSION 0.5.6 #ifdef __cplusplus extern "C" -- 2.39.2