]> git.sesse.net Git - mlt/commitdiff
set version to 0.7.8
authorDan Dennedy <dan@dennedy.org>
Tue, 14 Feb 2012 06:01:45 +0000 (22:01 -0800)
committerDan Dennedy <dan@dennedy.org>
Tue, 14 Feb 2012 06:01:45 +0000 (22:01 -0800)
Doxyfile
configure
docs/melt.1
src/framework/mlt_version.h
src/melt/melt.c

index f8434bc1dbc59c7b4d5ab034df9970510108cf1d..37e14b50800bbd0a30fc5cb3dab0e1cfb1df20e5 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.7.6
+PROJECT_NUMBER = 0.7.8
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
index 52ff24d5f233073ed53a2f8e480518d0aa880b3e..b1e1da691d96a07ba25a1f9bb54505662277e579 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-export version=0.7.7
+export version=0.7.8
 export soversion=4
 
 show_help()
index 0ea31b84e03a87015faec3a246bf589f8a66bb73..44ab153554db16302ff031880c0d80813372c5ec 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
-.TH MELT "1" "July 2011" "MLT melt 0.7.6" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.38.4.
+.TH MELT "1" "February 2012" "melt 0.7.8" "User Commands"
 .SH NAME
 melt \- author, play, and encode multitrack audio/video compositions
 .SH SYNOPSIS
@@ -125,7 +125,7 @@ Add a video\-only track
 .PP
 For more help: <http://www.mltframework.org/>
 .SH COPYRIGHT
-Copyright \(co 2002-2011 Ushodaya Enterprises Limited
+Copyright \(co 2002\-2012 Ushodaya Enterprises Limited
 <http://www.mltframework.org/>
 .br
 This is free software; see the source for copying conditions.  There is NO
index a4571792878d4799d4801e7b4ce3eafea5445aea..355f8b9cf4e79c0f3edcadc52907ef23cb81b658 100644 (file)
@@ -2,7 +2,7 @@
  * \file mlt_version.h
  * \brief contains version information
  *
- * Copyright (C) 2010 Ushodaya Enterprises Limited
+ * Copyright (C) 2010-2012 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    7
-#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 8b221cadbdd0cffe4d71fb1720694a10be0e3cb7..b3b7b287fe8eafa68da499ec21e92b5b1512809e 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * melt.c -- MLT command line utility
- * Copyright (C) 2002-2011 Ushodaya Enterprises Limited
+ * Copyright (C) 2002-2012 Ushodaya Enterprises Limited
  * Authors: Charles Yates <charles.yates@pandora.be>
  *          Dan Dennedy <dan@dennedy.org>
  *
@@ -769,8 +769,8 @@ query_all:
                }
                else if ( !strcmp( argv[ i ], "-version" ) || !strcmp( argv[ i ], "--version" ) )
                {
-                       fprintf( stdout, "MLT %s " VERSION "\n"
-                               "Copyright (C) 2002-2011 Ushodaya Enterprises Limited\n"
+                       fprintf( stdout, "%s " VERSION "\n"
+                               "Copyright (C) 2002-2012 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",