]> git.sesse.net Git - mlt/commitdiff
Set version to 0.8.8.
authorDan Dennedy <dan@dennedy.org>
Mon, 21 Jan 2013 05:54:58 +0000 (21:54 -0800)
committerDan Dennedy <dan@dennedy.org>
Mon, 21 Jan 2013 05:54:58 +0000 (21:54 -0800)
Doxyfile
configure
docs/melt.1
src/framework/mlt_version.h
src/melt/melt.c

index 7cddf7d9459edc5efa4abfa570fcdbb3aa80b706..3358759f47de4b8ece3d4fead5ac25353a7223eb 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.8.6
+PROJECT_NUMBER = 0.8.8
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
index 228b05ae5abaf7a089dc7854a1185235fe605338..0c41f5187f823da9720b3585999877b619b97ce8 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-export version=0.8.7
+export version=0.8.8
 export soversion=5
 
 show_help()
index 99f2a561a219029848282ce4c69ea22fcebb9db9..3594502b6931bcf3f29c0556de493c736ead3951 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.38.4.
-.TH MELT "1" "November 2012" "melt 0.8.6" "User Commands"
+.TH MELT "1" "January 2013" "melt 0.8.8" "User Commands"
 .SH NAME
 melt \- author, play, and encode multitrack audio/video compositions
 .SH SYNOPSIS
index 92d60dea26180b49c38f24e57b0b0bce53e6078a..2b7e4d0fadb093ed65a219db23493f7da15095ab 100644 (file)
@@ -2,7 +2,7 @@
  * \file mlt_version.h
  * \brief contains version information
  *
- * Copyright (C) 2010-2012 Ushodaya Enterprises Limited
+ * Copyright (C) 2010-2013 Ushodaya Enterprises Limited
  * \author Jonathan Thomas <Jonathan.Oomph@gmail.com>
  *
  * This library is free software; you can redistribute it and/or
@@ -29,7 +29,7 @@
 
 #define LIBMLT_VERSION_MAJOR    0
 #define LIBMLT_VERSION_MINOR    8
-#define LIBMLT_VERSION_REVISION 7
+#define LIBMLT_VERSION_REVISION 8
 #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)
 
index 3757b3aaf0a8054d923d2e67635ad088eb16e718..5196fafe36c58cfdfbf6e8ff422047c827874d98 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * melt.c -- MLT command line utility
- * Copyright (C) 2002-2012 Ushodaya Enterprises Limited
+ * Copyright (C) 2002-2013 Ushodaya Enterprises Limited
  * Authors: Charles Yates <charles.yates@pandora.be>
  *          Dan Dennedy <dan@dennedy.org>
  *
@@ -782,7 +782,7 @@ query_all:
                else if ( !strcmp( argv[ i ], "-version" ) || !strcmp( argv[ i ], "--version" ) )
                {
                        fprintf( stdout, "%s " VERSION "\n"
-                               "Copyright (C) 2002-2012 Ushodaya Enterprises Limited\n"
+                               "Copyright (C) 2002-2013 Ushodaya Enterprises Limited\n"
                                "<http://www.mltframework.org/>\n"
                                "This is free software; see the source for copying conditions.  There is NO\n"
                                "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n",