Skip to content

Commit

Permalink
Set version to 6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Jan 23, 2018
1 parent f5b4c51 commit f09d898
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

export version=6.5.0
export version=6.6.0
export soversion=6

show_help()
Expand Down
8 changes: 4 additions & 4 deletions docs/melt.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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: <http://www.mltframework.org/>
For more help: <https://www.mltframework.org/>
.SH COPYRIGHT
Copyright \(co 2002\-2014 Meltytech, LLC
<http://www.mltframework.org/>
Copyright \(co 2002\-2018 Meltytech, LLC
<https://www.mltframework.org/>
.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.
4 changes: 2 additions & 2 deletions src/framework/mlt_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down

0 comments on commit f09d898

Please sign in to comment.