From: Dan Dennedy Date: Mon, 24 Jan 2011 01:43:25 +0000 (-0800) Subject: Move to an interim version number. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=925b51b2db9306754c46bc9c6a029e4d6366d322;p=mlt Move to an interim version number. --- diff --git a/configure b/configure index 13769b88..efbb6f33 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/bin/sh -export version=0.6.2 +export version=0.6.3 export soversion=3 show_help() diff --git a/src/framework/mlt_version.h b/src/framework/mlt_version.h index 9fb1c1da..d086c080 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 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)