From ef6c95633c49ba94b832b6c84a0a5e092125ada0 Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Sun, 20 Jan 2013 21:54:58 -0800 Subject: [PATCH] Set version to 0.8.8. --- Doxyfile | 2 +- configure | 2 +- docs/melt.1 | 2 +- src/framework/mlt_version.h | 4 ++-- src/melt/melt.c | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Doxyfile b/Doxyfile index 7cddf7d9..3358759f 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.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. diff --git a/configure b/configure index 228b05ae..0c41f518 100755 --- 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() diff --git a/docs/melt.1 b/docs/melt.1 index 99f2a561..3594502b 100644 --- a/docs/melt.1 +++ b/docs/melt.1 @@ -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 diff --git a/src/framework/mlt_version.h b/src/framework/mlt_version.h index 92d60dea..2b7e4d0f 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-2012 Ushodaya Enterprises Limited + * Copyright (C) 2010-2013 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 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) diff --git a/src/melt/melt.c b/src/melt/melt.c index 3757b3aa..5196fafe 100644 --- a/src/melt/melt.c +++ b/src/melt/melt.c @@ -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 * Dan Dennedy * @@ -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" "\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", -- 2.39.2