From d207a56e9653d4f525db3abb24ed1073032d94cb Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Sat, 10 Oct 2009 23:03:57 -0700 Subject: [PATCH] Bump the version to 0.4.7. --- configure | 2 +- src/framework/mlt.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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" -- 2.39.5