]> git.sesse.net Git - mlt/commitdiff
Set version to 0.6.2.
authorDan Dennedy <dan@dennedy.org>
Mon, 24 Jan 2011 01:21:31 +0000 (17:21 -0800)
committerDan Dennedy <dan@dennedy.org>
Mon, 24 Jan 2011 01:21:31 +0000 (17:21 -0800)
Doxyfile
configure
docs/melt.1
src/framework/mlt_version.h

index 50108c627623bb6c78f6646610925b4a42e1feb3..8e5fec95069dc420c812a08a7b1c519b3a6a28c8 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.6.0
+PROJECT_NUMBER = 0.6.2
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
index c36779c4c3d5ab8d1be2b68451e10078dd26d083..85f29b4f8371f0b92c79b7003026e268d8759b55 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-export version=0.6.1
+export version=0.6.2
 export soversion=3
 
 show_help()
index 0d27ac22873418b898f47b4f7592beba92e201c0..da50f723048fc0052ab2abe7b6983d2f1831f01b 100644 (file)
@@ -1,7 +1,7 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
-.TH MELT "1" "January 2011" "MLT melt 0.6.0" "User Commands"
+.TH MELT "1" "January 2011" "MLT melt 0.6.2" "User Commands"
 .SH NAME
-melt \- manual page for MLT melt 0.6.0
+melt \- manual page for MLT melt 0.6.2
 .SH SYNOPSIS
 .B melt
 [\fIoptions\fR] [\fIproducer \fR[\fIname=value\fR]\fI* \fR]\fI+\fR
index 662f2fdbc680261fd2ed3556e51fa7878d6c0c6c..9fb1c1da0ed66bec5c6f5a9d6188d95d4eba1ff8 100644 (file)
@@ -29,7 +29,7 @@
 
 #define LIBMLT_VERSION_MAJOR    0
 #define LIBMLT_VERSION_MINOR    6
-#define LIBMLT_VERSION_REVISION 1
+#define LIBMLT_VERSION_REVISION 2
 #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)