From: Dan Dennedy Date: Thu, 20 Jun 2013 03:22:45 +0000 (-0700) Subject: Set to interim version 0.9.1. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=3466699e157e7b1cf37a3430549ebf3173fad28f;p=mlt Set to interim version 0.9.1. --- diff --git a/configure b/configure index 2703b0a8..eb20880d 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/bin/sh -export version=0.9.0 +export version=0.9.1 export soversion=6 show_help() diff --git a/src/framework/mlt_version.h b/src/framework/mlt_version.h index 3228ef6d..2e63a713 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 9 -#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)