From: Dan Dennedy Date: Fri, 22 Jul 2011 17:42:12 +0000 (-0700) Subject: set interim version 0.7.5 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=c08ea36b761304f35dd1e2997d122e24261ab5e7;p=mlt set interim version 0.7.5 --- diff --git a/configure b/configure index 6f44b4dd..c980af3f 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/bin/sh -export version=0.7.4 +export version=0.7.5 export soversion=4 show_help() diff --git a/src/framework/mlt_version.h b/src/framework/mlt_version.h index b17dd56d..83210377 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 4 +#define LIBMLT_VERSION_REVISION 5 #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)