From e56370b50b2d3cf9038d0740beca285614d09be3 Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Mon, 14 Dec 2009 22:22:26 -0800 Subject: [PATCH] Bump to unreleased version. --- configure | 2 +- src/framework/mlt.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 5bde69c6..e30cf8d0 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/bin/sh -export version=0.4.10 +export version=0.4.11 export soversion=2 show_help() diff --git a/src/framework/mlt.h b/src/framework/mlt.h index f8c3a913..45e0db25 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)+10) -#define LIBMLT_VERSION 0.4.10 +#define LIBMLT_VERSION_INT ((0<<16)+(4<<8)+11) +#define LIBMLT_VERSION 0.4.11 #ifdef __cplusplus extern "C" -- 2.39.2