From: Dan Dennedy Date: Tue, 14 Feb 2012 06:01:45 +0000 (-0800) Subject: set version to 0.7.8 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=2edd4e883639ab9f9c1c8b24a609470d47b90e09;p=mlt set version to 0.7.8 --- diff --git a/Doxyfile b/Doxyfile index f8434bc1..37e14b50 100644 --- 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. diff --git a/configure b/configure index 52ff24d5..b1e1da69 100755 --- 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() diff --git a/docs/melt.1 b/docs/melt.1 index 0ea31b84..44ab1535 100644 --- a/docs/melt.1 +++ b/docs/melt.1 @@ -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: .SH COPYRIGHT -Copyright \(co 2002-2011 Ushodaya Enterprises Limited +Copyright \(co 2002\-2012 Ushodaya Enterprises Limited .br This is free software; see the source for copying conditions. There is NO diff --git a/src/framework/mlt_version.h b/src/framework/mlt_version.h index a4571792..355f8b9c 100644 --- a/src/framework/mlt_version.h +++ b/src/framework/mlt_version.h @@ -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 * * 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) diff --git a/src/melt/melt.c b/src/melt/melt.c index 8b221cad..b3b7b287 100644 --- a/src/melt/melt.c +++ b/src/melt/melt.c @@ -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 * Dan Dennedy * @@ -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" "\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",