From: Dan Dennedy Date: Sun, 18 Nov 2012 01:33:55 +0000 (-0800) Subject: set to interim version 0.8.7 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=sidebyside;h=2acf252c65cb3ac10e44fd2aefcba82aaac2444a;p=mlt set to interim version 0.8.7 --- diff --git a/configure b/configure index ebae6ad4..a170e71a 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/bin/sh -export version=0.8.6 +export version=0.8.7 export soversion=5 show_help() diff --git a/src/framework/mlt_version.h b/src/framework/mlt_version.h index 9aa87431..92d60dea 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 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)