]> git.sesse.net Git - mlt/commitdiff
set version to 0.7.6
authorDan Dennedy <dan@dennedy.org>
Mon, 31 Oct 2011 17:25:09 +0000 (10:25 -0700)
committerDan Dennedy <dan@dennedy.org>
Mon, 31 Oct 2011 17:25:09 +0000 (10:25 -0700)
Doxyfile
configure
docs/melt.1
src/framework/mlt_version.h

index ed154fc462de6426e0fba78f26742a1d3c8f92be..f8434bc1dbc59c7b4d5ab034df9970510108cf1d 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.4
+PROJECT_NUMBER = 0.7.6
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
index c980af3fad4b9fae4faefacb42962d2a9672a52e..24dcaad826bf29f59b89a76768d20379ee8cbfe2 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-export version=0.7.5
+export version=0.7.6
 export soversion=4
 
 show_help()
index a9a9c7100d3dc7874e08cb6812ab353c8c3f474c..0ea31b84e03a87015faec3a246bf589f8a66bb73 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
-.TH MELT "1" "July 2011" "MLT melt 0.7.4" "User Commands"
+.TH MELT "1" "July 2011" "MLT melt 0.7.6" "User Commands"
 .SH NAME
 melt \- author, play, and encode multitrack audio/video compositions
 .SH SYNOPSIS
index 832103770f534a5f04facf86e8c64ae9cab8a4c8..7ab95992458124f804d54ac41dc981210abd7ee1 100644 (file)
@@ -29,7 +29,7 @@
 
 #define LIBMLT_VERSION_MAJOR    0
 #define LIBMLT_VERSION_MINOR    7
-#define LIBMLT_VERSION_REVISION 5
+#define LIBMLT_VERSION_REVISION 6
 #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)