From f09d898b9b1febb28bf604622721a36f48674db1 Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Mon, 22 Jan 2018 22:39:20 -0800 Subject: [PATCH] Set version to 6.6.0 --- Doxyfile | 2 +- configure | 2 +- docs/melt.1 | 8 ++++---- src/framework/mlt_version.h | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Doxyfile b/Doxyfile index 9f8935db4..278c91df1 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 = 6.4.1 +PROJECT_NUMBER = 6.6.0 # 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 916084548..b7db35b36 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/bin/sh -export version=6.5.0 +export version=6.6.0 export soversion=6 show_help() diff --git a/docs/melt.1 b/docs/melt.1 index e834ee785..11ca88cea 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 2016" "melt 6.4.1" "User Commands" +.TH MELT "1" "January 2018" "melt 6.6.0" "User Commands" .SH NAME melt \- author, play, and encode multitrack audio/video compositions .SH SYNOPSIS @@ -123,10 +123,10 @@ Show the version and copyright \fB\-video\-track\fR | \fB\-hide\-audio\fR Add a video\-only track .PP -For more help: +For more help: .SH COPYRIGHT -Copyright \(co 2002\-2014 Meltytech, LLC - +Copyright \(co 2002\-2018 Meltytech, LLC + .br This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/src/framework/mlt_version.h b/src/framework/mlt_version.h index b00179082..7a4fc4f72 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-2016 Meltytech, LLC + * Copyright (C) 2010-2018 Meltytech, LLC * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -27,7 +27,7 @@ #define STRINGIZE(s) STRINGIZE2(s) #define LIBMLT_VERSION_MAJOR 6 -#define LIBMLT_VERSION_MINOR 5 +#define LIBMLT_VERSION_MINOR 6 #define LIBMLT_VERSION_REVISION 0 #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)