]> git.sesse.net Git - mlt/commitdiff
Bump versions and update release notes.
authorDan Dennedy <dan@dennedy.org>
Sat, 30 May 2009 16:00:21 +0000 (09:00 -0700)
committerDan Dennedy <dan@dennedy.org>
Sat, 30 May 2009 16:00:21 +0000 (09:00 -0700)
Signed-off-by: Dan Dennedy <dan@dennedy.org>
Doxyfile
NEWS
configure
src/framework/mlt.h

index 95e258ac2fd28c4393685ff405578744ce5f17ad..b4c3cf76886ffd5caade7da0035ed73c3a93d33c 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.4.0
+PROJECT_NUMBER = 0.4.2
 
 # 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 1f8d178bc371395fb12fb2693aff46e94f5af446..9fee39de43f291e95fec1d0bee9bf0d9b6b6901c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
 MLT Release Notes
 -----------------
 
+Version 0.4.2
+
+The recommended version of FFmpeg for use with this release is 0.5.0.
+This release is a minor maintenance update to the 0.4.0 - just build and
+bug fixes.
+
+
 Version 0.4.0
 
 The recommended version of FFmpeg for use with this release is 0.5.0.
index 40ef3b9fc20d3db10d2b8faabbc479020ef5a077..e4e149283b3333a40cab19be884932e51b925a37 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-export version=0.4.1
+export version=0.4.2
 export soversion=1
 
 show_help()
index de7641056c9892c4ac01b5ba803edf5b64c6aa69..d44c220fdde0d9217690c6ef1a5628d9ed47dc7f 100644 (file)
@@ -23,8 +23,8 @@
 #ifndef _MLT_H_
 #define _MLT_H_
 
-#define LIBMLT_VERSION_INT ((0<<16)+(4<<8)+1)
-#define LIBMLT_VERSION     0.4.1
+#define LIBMLT_VERSION_INT ((0<<16)+(4<<8)+2)
+#define LIBMLT_VERSION     0.4.2
 
 #ifdef __cplusplus
 extern "C"