From: Dan Dennedy Date: Mon, 2 May 2011 05:58:20 +0000 (-0700) Subject: Set version to 0.7.2 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=44e9af7c2444421760566be874435351fefe0711;p=mlt Set version to 0.7.2 --- diff --git a/Doxyfile b/Doxyfile index 1dd85943..99acc7b2 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.0 +PROJECT_NUMBER = 0.7.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 bc2f69a2..515b4c75 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/bin/sh -export version=0.7.1 +export version=0.7.2 export soversion=4 show_help() diff --git a/docs/melt.1 b/docs/melt.1 index 66404129..77c8ae59 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" "March 2011" "MLT melt 0.7.0" "User Commands" +.TH MELT "1" "May 2011" "MLT melt 0.7.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 e7550c77..5ffab2e4 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 0 +#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)