]> git.sesse.net Git - mlt/commitdiff
set version to 0.6.0
authorDan Dennedy <dan@dennedy.org>
Sat, 1 Jan 2011 23:19:44 +0000 (15:19 -0800)
committerDan Dennedy <dan@dennedy.org>
Sat, 1 Jan 2011 23:19:44 +0000 (15:19 -0800)
Doxyfile
configure
docs/melt.1
src/framework/mlt_version.h

index a64808c80b14ca715755ef1f43afa3a077c1af63..50108c627623bb6c78f6646610925b4a42e1feb3 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.10
+PROJECT_NUMBER = 0.6.0
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
index b0531138003c55d5b0273d757b8e3e2313d1a2c2..7f3e0ca6820e1f7e602384d2e19a968760fc588d 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-export version=0.5.11
+export version=0.6.0
 export soversion=3
 
 show_help()
index bcbc53df80ce6d865e3789d5b26937d280c9a63e..0d27ac22873418b898f47b4f7592beba92e201c0 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.10" "User Commands"
+.TH MELT "1" "January 2011" "MLT melt 0.6.0" "User Commands"
 .SH NAME
-melt \- manual page for MLT melt 0.5.10
+melt \- manual page for MLT melt 0.6.0
 .SH SYNOPSIS
 .B melt
 [\fIoptions\fR] [\fIproducer \fR[\fIname=value\fR]\fI* \fR]\fI+\fR
index 354fbc5af392f78b29bfbcae8855f49b44fe246d..199ee00e8a4c74e1b557d6fd5fc1094e74ac3036 100644 (file)
@@ -28,8 +28,8 @@
 #define STRINGIZE(s)            STRINGIZE2(s)
 
 #define LIBMLT_VERSION_MAJOR    0
-#define LIBMLT_VERSION_MINOR    5
-#define LIBMLT_VERSION_REVISION 10
+#define LIBMLT_VERSION_MINOR    6
+#define LIBMLT_VERSION_REVISION 0
 #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)