]> git.sesse.net Git - mlt/commitdiff
Set version to 0.4.10 and update release notes.
authorDan Dennedy <dan@dennedy.org>
Wed, 9 Dec 2009 04:37:28 +0000 (20:37 -0800)
committerDan Dennedy <dan@dennedy.org>
Wed, 9 Dec 2009 04:37:28 +0000 (20:37 -0800)
Doxyfile
NEWS
configure
docs/melt.1
src/framework/mlt.h

index aa2d348e86665cab0b793e6ecb7c66409165065e..710800de49b2e4b7b492bdc5d8489ca1a888521e 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.
 
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER = 0.4.8
+PROJECT_NUMBER = 0.4.10
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
diff --git a/NEWS b/NEWS
index f7f50d8c913619def44e245d01ffbd046b400cec..78b2b5182a385b09de8d6984452c338668ab261f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
 MLT Release Notes
 -----------------
 
 MLT Release Notes
 -----------------
 
+Version 0.4.10
+
+The recommended version of FFmpeg for use with this release is SVN r19873.
+This is "hotfix" for the 0.4.8 release that fixes a couple of regression
+bugs introduced just before the release.
+
+
 Version 0.4.8
 
 The recommended version of FFmpeg for use with this release is SVN r19873.
 Version 0.4.8
 
 The recommended version of FFmpeg for use with this release is SVN r19873.
index d957a8dbaa7f8047bc387093441f66e02c103015..5bde69c6310bea8555f982f0a66a9e938cd9f37a 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #!/bin/sh
 
 #!/bin/sh
 
-export version=0.4.9
+export version=0.4.10
 export soversion=2
 
 show_help()
 export soversion=2
 
 show_help()
index 9759e424ff1df7483e3c5a0dbd5e8837576e4f0d..11fc118475b2e28265b760b00e65424ce2b0ddc1 100644 (file)
@@ -1,7 +1,7 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
-.TH MELT "1" "June 2009" "MLT melt 0.4.8" "User Commands"
+.TH MELT "1" "December 2009" "MLT melt 0.4.10" "User Commands"
 .SH NAME
 .SH NAME
-melt \- manual page for MLT melt 0.4.8
+melt \- manual page for MLT melt 0.4.10
 .SH SYNOPSIS
 .B melt
 [\fIoptions\fR] [\fIproducer \fR[\fIname=value\fR]\fI* \fR]\fI+\fR
 .SH SYNOPSIS
 .B melt
 [\fIoptions\fR] [\fIproducer \fR[\fIname=value\fR]\fI* \fR]\fI+\fR
index 0b211d73329873e9a5b995a725c32dd162f2d00d..f8c3a913babdf439b6959450630173b3bfbaa5ef 100644 (file)
@@ -23,8 +23,8 @@
 #ifndef _MLT_H_
 #define _MLT_H_
 
 #ifndef _MLT_H_
 #define _MLT_H_
 
-#define LIBMLT_VERSION_INT ((0<<16)+(4<<8)+9)
-#define LIBMLT_VERSION     0.4.9
+#define LIBMLT_VERSION_INT ((0<<16)+(4<<8)+10)
+#define LIBMLT_VERSION     0.4.10
 
 #ifdef __cplusplus
 extern "C"
 
 #ifdef __cplusplus
 extern "C"