From 0017ef8e7270cc5e7b85e6ff3fc6b47f3f25e5f8 Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Sat, 16 Jul 2011 15:09:15 -0700 Subject: [PATCH] Set version to 0.7.4 --- Doxyfile | 2 +- configure | 2 +- docs/melt.1 | 2 +- docs/melt.txt | 2 ++ src/framework/mlt_version.h | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Doxyfile b/Doxyfile index 99acc7b2..ed154fc4 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.7.2 +PROJECT_NUMBER = 0.7.4 # 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 c84ca7a8..6f44b4dd 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/bin/sh -export version=0.7.3 +export version=0.7.4 export soversion=4 show_help() diff --git a/docs/melt.1 b/docs/melt.1 index 53c3ba88..a9a9c710 100644 --- a/docs/melt.1 +++ b/docs/melt.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. -.TH MELT "1" "May 2011" "MLT melt 0.7.2" "User Commands" +.TH MELT "1" "July 2011" "MLT melt 0.7.4" "User Commands" .SH NAME melt \- author, play, and encode multitrack audio/video compositions .SH SYNOPSIS diff --git a/docs/melt.txt b/docs/melt.txt index cf20610e..5add3545 100644 --- a/docs/melt.txt +++ b/docs/melt.txt @@ -34,6 +34,7 @@ Usage: -filter filter[:arg] [name=value]* Add a filter to the current track -group [name=value]* Apply properties repeatedly -help Show this message + -jack Enable JACK transport synchronization -join clips Join multiple clips into one cut -mix length Add a mix between the last two cuts -mixer transition Add a transition to the mix @@ -48,6 +49,7 @@ Usage: -query "producers" | "producer"=id List producers or show info about one -query "transitions" | "transition"=id List transitions or show info about one -query "profiles" | "profile"=id List profiles or show info about one + -query "presets" | "preset"=id List presets or show info about one -query "formats" List audio/video formats -query "audio_codecs" List audio codecs -query "video_codecs" List video codecs diff --git a/src/framework/mlt_version.h b/src/framework/mlt_version.h index 5ffab2e4..b17dd56d 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 7 -#define LIBMLT_VERSION_REVISION 2 +#define LIBMLT_VERSION_REVISION 4 #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