From: Dan Dennedy Date: Tue, 8 Dec 2009 07:34:04 +0000 (-0800) Subject: Set version to 0.4.8. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=d058872320340bf48fda2b0a39331f4f65ee72dc;p=mlt Set version to 0.4.8. --- diff --git a/Doxyfile b/Doxyfile index 2382786a..aa2d348e 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.6 +PROJECT_NUMBER = 0.4.8 # 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 1ceedbb0..ff9d2e2d 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/bin/sh -export version=0.4.7 +export version=0.4.8 export soversion=2 show_help() diff --git a/docs/melt.1 b/docs/melt.1 index bbd15de3..9759e424 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" "June 2009" "MLT melt 0.4.6" "User Commands" +.TH MELT "1" "June 2009" "MLT melt 0.4.8" "User Commands" .SH NAME -melt \- manual page for MLT melt 0.4.6 +melt \- manual page for MLT melt 0.4.8 .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 2065409e..3711d2ed 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)+7) -#define LIBMLT_VERSION 0.4.7 +#define LIBMLT_VERSION_INT ((0<<16)+(4<<8)+8) +#define LIBMLT_VERSION 0.4.8 #ifdef __cplusplus extern "C"