]> git.sesse.net Git - mlt/commitdiff
Set version to 0.5.6.
authorDan Dennedy <dan@dennedy.org>
Sun, 20 Jun 2010 19:06:10 +0000 (12:06 -0700)
committerDan Dennedy <dan@dennedy.org>
Sun, 20 Jun 2010 19:06:10 +0000 (12:06 -0700)
Doxyfile
configure
docs/melt.1
src/framework/mlt.h

index 8e11e50491122dca07c543b85b3535cfd352f06a..17562f7e55f341810bb8f3c1f493e2240ad27dba 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.4
+PROJECT_NUMBER = 0.5.6
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
index 6d90765f6506ed3c02dedd2689a10420a21be67a..716eb1b286b803232ebb3abe5db2a23d43634602 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-export version=0.5.5
+export version=0.5.6
 export soversion=2
 
 show_help()
index b2e5f00d05662cac1c3265342e41d674c4904dd9..8971f111762531f78f7e6f22d1ca8f9bfce45a36 100644 (file)
@@ -1,7 +1,7 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
-.TH MELT "1" "December 2009" "MLT melt 0.5.4" "User Commands"
+.TH MELT "1" "June 2010" "MLT melt 0.5.6" "User Commands"
 .SH NAME
-melt \- manual page for MLT melt 0.5.4
+melt \- manual page for MLT melt 0.5.6
 .SH SYNOPSIS
 .B melt
 [\fIoptions\fR] [\fIproducer \fR[\fIname=value\fR]\fI* \fR]\fI+\fR
index 48f76d74d9c492764f6e71e195de4e0f84fffe52..c7f3f1ca01c99ec9e03b2b92218b527ff438123c 100644 (file)
@@ -2,8 +2,9 @@
  * \file mlt.h
  * \brief header file for lazy client and implementation code :-)
  *
- * Copyright (C) 2003-2009 Ushodaya Enterprises Limited
+ * Copyright (C) 2003-2010 Ushodaya Enterprises Limited
  * \author Charles Yates <charles.yates@pandora.be>
+ * \author Dan Dennedy <dan@dennedy.org>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -23,8 +24,8 @@
 #ifndef _MLT_H_
 #define _MLT_H_
 
-#define LIBMLT_VERSION_INT ((0<<16)+(5<<8)+4)
-#define LIBMLT_VERSION     0.5.4
+#define LIBMLT_VERSION_INT ((0<<16)+(5<<8)+6)
+#define LIBMLT_VERSION     0.5.6
 
 #ifdef __cplusplus
 extern "C"