From: Dan Dennedy Date: Tue, 11 Jan 2011 05:02:52 +0000 (-0800) Subject: Move to an interim version. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=2367e2231743901b77ab3852b97828a83d36b311;p=mlt Move to an interim version. --- diff --git a/configure b/configure index 7f3e0ca6..af159a50 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/bin/sh -export version=0.6.0 +export version=0.6.1 export soversion=3 show_help() diff --git a/src/framework/mlt_version.h b/src/framework/mlt_version.h index 199ee00e..662f2fdb 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 6 -#define LIBMLT_VERSION_REVISION 0 +#define LIBMLT_VERSION_REVISION 1 #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)