From a7114950441c4f0f224c49193f7bab3ef060b38d Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Sat, 1 Jan 2011 15:19:44 -0800 Subject: [PATCH] set version to 0.6.0 --- Doxyfile | 2 +- configure | 2 +- docs/melt.1 | 4 ++-- src/framework/mlt_version.h | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Doxyfile b/Doxyfile index a64808c8..50108c62 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.10 +PROJECT_NUMBER = 0.6.0 # 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 b0531138..7f3e0ca6 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/bin/sh -export version=0.5.11 +export version=0.6.0 export soversion=3 show_help() diff --git a/docs/melt.1 b/docs/melt.1 index bcbc53df..0d27ac22 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 2010" "MLT melt 0.5.10" "User Commands" +.TH MELT "1" "January 2011" "MLT melt 0.6.0" "User Commands" .SH NAME -melt \- manual page for MLT melt 0.5.10 +melt \- manual page for MLT melt 0.6.0 .SH SYNOPSIS .B melt [\fIoptions\fR] [\fIproducer \fR[\fIname=value\fR]\fI* \fR]\fI+\fR diff --git a/src/framework/mlt_version.h b/src/framework/mlt_version.h index 354fbc5a..199ee00e 100644 --- a/src/framework/mlt_version.h +++ b/src/framework/mlt_version.h @@ -28,8 +28,8 @@ #define STRINGIZE(s) STRINGIZE2(s) #define LIBMLT_VERSION_MAJOR 0 -#define LIBMLT_VERSION_MINOR 5 -#define LIBMLT_VERSION_REVISION 10 +#define LIBMLT_VERSION_MINOR 6 +#define LIBMLT_VERSION_REVISION 0 #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