]> git.sesse.net Git - mlt/commitdiff
Set version to 0.7.2
authorDan Dennedy <dan@dennedy.org>
Mon, 2 May 2011 05:58:20 +0000 (22:58 -0700)
committerDan Dennedy <dan@dennedy.org>
Mon, 2 May 2011 05:58:20 +0000 (22:58 -0700)
Doxyfile
configure
docs/melt.1
src/framework/mlt_version.h

index 1dd859434e721b5a09a382067208b3a0ab512197..99acc7b27e020cd36d9c08fa36d5c045b85b8eaa 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.0
+PROJECT_NUMBER = 0.7.2
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
index bc2f69a21c78f48d70c8d20cdb69c763b52a62e9..515b4c7530d95a3db0ede61b9b1f9e622843ffe3 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-export version=0.7.1
+export version=0.7.2
 export soversion=4
 
 show_help()
index 664041295d6395c4604efbd90543cc598eb6393b..77c8ae5953fddec3fc830efd5bbc30558c6fba5b 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
-.TH MELT "1" "March 2011" "MLT melt 0.7.0" "User Commands"
+.TH MELT "1" "May 2011" "MLT melt 0.7.2" "User Commands"
 .SH NAME
 melt \- author, play, and encode multitrack audio/video compositions
 .SH SYNOPSIS
index e7550c77fd8157e37d88a66d072932b960e89d3f..5ffab2e405af74566573c50a7e842370123a1030 100644 (file)
@@ -29,7 +29,7 @@
 
 #define LIBMLT_VERSION_MAJOR    0
 #define LIBMLT_VERSION_MINOR    7
-#define LIBMLT_VERSION_REVISION 0
+#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)