From: Dan Dennedy Date: Fri, 31 Aug 2012 03:42:53 +0000 (-0700) Subject: set interim version to 0.8.3 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=4b0d6259e4bed68f5649cf1fc6ecafba9cce8dc2;p=mlt set interim version to 0.8.3 --- diff --git a/configure b/configure index b5757de5..46531d94 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/bin/sh -export version=0.8.2 +export version=0.8.3 export soversion=5 show_help() diff --git a/src/framework/mlt_version.h b/src/framework/mlt_version.h index a373718b..890a0600 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 2 +#define LIBMLT_VERSION_REVISION 3 #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)