From 191ecbaf39b29913a082bbcb77e7cbad73e5846c Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Tue, 28 Aug 2012 07:36:29 -0700 Subject: [PATCH] set version to 0.8.2 --- 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 4f59abd8..86ede9f1 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.0 +PROJECT_NUMBER = 0.8.2 # 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 7523ac7d..b5757de5 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/bin/sh -export version=0.8.1 +export version=0.8.2 export soversion=5 show_help() diff --git a/docs/melt.1 b/docs/melt.1 index 9c0366c1..f146fd56 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" "June 2012" "melt 0.8.0" "User Commands" +.TH MELT "1" "August 2012" "melt 0.8.2" "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 7cf3af25..a373718b 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 8 -#define LIBMLT_VERSION_REVISION 1 +#define LIBMLT_VERSION_REVISION 2 #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