]> git.sesse.net Git - mlt/commitdiff
Set version to 0.5.10.
authorDan Dennedy <dan@dennedy.org>
Tue, 14 Sep 2010 05:59:20 +0000 (22:59 -0700)
committerDan Dennedy <dan@dennedy.org>
Tue, 14 Sep 2010 05:59:20 +0000 (22:59 -0700)
Doxyfile
configure
docs/melt.1
src/framework/mlt.h

index 6e71dbbe432e051d0293dc5215e8d9b6148b7e7f..a64808c80b14ca715755ef1f43afa3a077c1af63 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.5.8
+PROJECT_NUMBER = 0.5.10
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
index 3332c3c8cdc5bf2a158ad1cfede61c413b774a81..5f7118b8228ff06e75550eaef7503601333c8739 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-export version=0.5.9
+export version=0.5.10
 export soversion=2
 
 show_help()
index 8e749dc435f9a7d0fabdf13f07a8560081217e64..bcbc53df80ce6d865e3789d5b26937d280c9a63e 100644 (file)
@@ -1,7 +1,7 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
-.TH MELT "1" "June 2010" "MLT melt 0.5.8" "User Commands"
+.TH MELT "1" "June 2010" "MLT melt 0.5.10" "User Commands"
 .SH NAME
-melt \- manual page for MLT melt 0.5.8
+melt \- manual page for MLT melt 0.5.10
 .SH SYNOPSIS
 .B melt
 [\fIoptions\fR] [\fIproducer \fR[\fIname=value\fR]\fI* \fR]\fI+\fR
index fc08a9d775388cc6c1252f7230e112ae9957e95f..cff31a64388f8fc9aecc2036319998f3b5bd77cc 100644 (file)
@@ -24,8 +24,8 @@
 #ifndef _MLT_H_
 #define _MLT_H_
 
-#define LIBMLT_VERSION_INT ((0<<16)+(5<<8)+8)
-#define LIBMLT_VERSION     0.5.8
+#define LIBMLT_VERSION_INT ((0<<16)+(5<<8)+10)
+#define LIBMLT_VERSION     0.5.10
 
 #ifdef __cplusplus
 extern "C"