From 5c7d77737cde9e07026206a1b20c0c9a53d89f95 Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Sun, 23 Jan 2011 17:21:31 -0800 Subject: [PATCH] Set version to 0.6.2. --- Doxyfile | 2 +- configure | 2 +- docs/melt.1 | 4 ++-- src/framework/mlt_version.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Doxyfile b/Doxyfile index 50108c62..8e5fec95 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.6.0 +PROJECT_NUMBER = 0.6.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/configure b/configure index c36779c4..85f29b4f 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/bin/sh -export version=0.6.1 +export version=0.6.2 export soversion=3 show_help() diff --git a/docs/melt.1 b/docs/melt.1 index 0d27ac22..da50f723 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" "January 2011" "MLT melt 0.6.0" "User Commands" +.TH MELT "1" "January 2011" "MLT melt 0.6.2" "User Commands" .SH NAME -melt \- manual page for MLT melt 0.6.0 +melt \- manual page for MLT melt 0.6.2 .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 662f2fdb..9fb1c1da 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 6 -#define LIBMLT_VERSION_REVISION 1 +#define LIBMLT_VERSION_REVISION 2 #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