]> git.sesse.net Git - mlt/commitdiff
Set version to 0.7.4
authorDan Dennedy <dan@dennedy.org>
Sat, 16 Jul 2011 22:09:15 +0000 (15:09 -0700)
committerDan Dennedy <dan@dennedy.org>
Sat, 16 Jul 2011 22:09:15 +0000 (15:09 -0700)
Doxyfile
configure
docs/melt.1
docs/melt.txt
src/framework/mlt_version.h

index 99acc7b27e020cd36d9c08fa36d5c045b85b8eaa..ed154fc462de6426e0fba78f26742a1d3c8f92be 100644 (file)
--- 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. 
index c84ca7a84b8a1e365c13ce48a9c745bb2b12ed80..6f44b4dd3c74b9200a62cb5c6227516412876c73 100755 (executable)
--- 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()
index 53c3ba884fd88332c1fa75d2e953fb8946bed4a1..a9a9c7100d3dc7874e08cb6812ab353c8c3f474c 100644 (file)
@@ -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
index cf20610e41f92e51d38037ede8ed1ab73cabc575..5add3545b1c1e12cfdad6f89beb4e9590676ef36 100644 (file)
@@ -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
index 5ffab2e405af74566573c50a7e842370123a1030..b17dd56db4bdb3eecf2fb7cc85ccefbf4c1cc183 100644 (file)
@@ -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)