From: Dan Dennedy Date: Sun, 11 Oct 2009 06:03:57 +0000 (-0700) Subject: Bump the version to 0.4.7. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=d207a56e9653d4f525db3abb24ed1073032d94cb;p=mlt Bump the version to 0.4.7. --- diff --git a/configure b/configure index b5303c09..1ceedbb0 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/bin/sh -export version=0.4.6 +export version=0.4.7 export soversion=2 show_help() diff --git a/src/framework/mlt.h b/src/framework/mlt.h index 1eb7f519..2065409e 100644 --- a/src/framework/mlt.h +++ b/src/framework/mlt.h @@ -23,8 +23,8 @@ #ifndef _MLT_H_ #define _MLT_H_ -#define LIBMLT_VERSION_INT ((0<<16)+(4<<8)+6) -#define LIBMLT_VERSION 0.4.6 +#define LIBMLT_VERSION_INT ((0<<16)+(4<<8)+7) +#define LIBMLT_VERSION 0.4.7 #ifdef __cplusplus extern "C"