]> git.sesse.net Git - mlt/commitdiff
Set version to 0.5.8.
authorDan Dennedy <dan@dennedy.org>
Mon, 13 Sep 2010 03:14:46 +0000 (20:14 -0700)
committerDan Dennedy <dan@dennedy.org>
Mon, 13 Sep 2010 03:14:46 +0000 (20:14 -0700)
Doxyfile
NEWS
configure
docs/melt.1
src/framework/mlt.h

index 17562f7e55f341810bb8f3c1f493e2240ad27dba..6e71dbbe432e051d0293dc5215e8d9b6148b7e7f 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.6
+PROJECT_NUMBER = 0.5.8
 
 # 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 dca37552d36188d6530188f74f0434d37b487f51..fa243c31c5a568c2f0c352f79130a62bfde19284 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ Version 0.5.8
 
 The recommended version of FFmpeg for use with this release is 0.6.
 This is a maintenance release to address some bugs that appeared
-this far in the 0.5.x series. Beyond that it a few enhancements:
+thus far in the 0.5.x series. Beyond that is a few enhancements:
 
 * Added EXIF-based auto-rotation of images to pixbuf and qimage producers.
 * Improved quality of libswscale-based image conversion and scaling.
index b14fcbc7bbe703f1356c18d26022ae22b9d9e2f9..d3df9bae21a07e47121f5c1352f98663dd9d1f0c 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-export version=0.5.7
+export version=0.5.8
 export soversion=2
 
 show_help()
index 8971f111762531f78f7e6f22d1ca8f9bfce45a36..8e749dc435f9a7d0fabdf13f07a8560081217e64 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.6" "User Commands"
+.TH MELT "1" "June 2010" "MLT melt 0.5.8" "User Commands"
 .SH NAME
-melt \- manual page for MLT melt 0.5.6
+melt \- manual page for MLT melt 0.5.8
 .SH SYNOPSIS
 .B melt
 [\fIoptions\fR] [\fIproducer \fR[\fIname=value\fR]\fI* \fR]\fI+\fR
index c7f3f1ca01c99ec9e03b2b92218b527ff438123c..fc08a9d775388cc6c1252f7230e112ae9957e95f 100644 (file)
@@ -24,8 +24,8 @@
 #ifndef _MLT_H_
 #define _MLT_H_
 
-#define LIBMLT_VERSION_INT ((0<<16)+(5<<8)+6)
-#define LIBMLT_VERSION     0.5.6
+#define LIBMLT_VERSION_INT ((0<<16)+(5<<8)+8)
+#define LIBMLT_VERSION     0.5.8
 
 #ifdef __cplusplus
 extern "C"