From: Dan Dennedy Date: Fri, 4 Nov 2011 05:23:44 +0000 (-0700) Subject: set interim version 0.7.7 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=3f7d82b2a4518c89a7926b717d460bb1f31ec6ea;p=mlt set interim version 0.7.7 --- diff --git a/configure b/configure index 24dcaad8..337f67b9 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/bin/sh -export version=0.7.6 +export version=0.7.7 export soversion=4 show_help() diff --git a/src/framework/mlt_version.h b/src/framework/mlt_version.h index 7ab95992..a4571792 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 6 +#define LIBMLT_VERSION_REVISION 7 #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)