From 14e15c8bdee36b0bbfe204c9c5f0e2177d865eaa Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Mon, 31 Oct 2011 10:25:09 -0700 Subject: [PATCH] set version to 0.7.6 --- Doxyfile | 2 +- configure | 2 +- docs/melt.1 | 2 +- src/framework/mlt_version.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doxyfile b/Doxyfile index ed154fc4..f8434bc1 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.4 +PROJECT_NUMBER = 0.7.6 # 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 c980af3f..24dcaad8 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/bin/sh -export version=0.7.5 +export version=0.7.6 export soversion=4 show_help() diff --git a/docs/melt.1 b/docs/melt.1 index a9a9c710..0ea31b84 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.4" "User Commands" +.TH MELT "1" "July 2011" "MLT melt 0.7.6" "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 83210377..7ab95992 100644 --- a/src/framework/mlt_version.h +++ b/src/framework/mlt_version.h @@ -29,7 +29,7 @@ #define LIBMLT_VERSION_MAJOR 0 #define LIBMLT_VERSION_MINOR 7 -#define LIBMLT_VERSION_REVISION 5 +#define LIBMLT_VERSION_REVISION 6 #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) -- 2.39.2