From 64b263f6bee964d34ea9a7768ec48a311ca95c5c Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Sun, 19 Feb 2012 17:03:45 -0800 Subject: [PATCH] set interim version 0.7.9 --- configure | 2 +- src/framework/mlt_version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index b1e1da69..a20a6222 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/bin/sh -export version=0.7.8 +export version=0.7.9 export soversion=4 show_help() diff --git a/src/framework/mlt_version.h b/src/framework/mlt_version.h index 355f8b9c..b275c941 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 7 -#define LIBMLT_VERSION_REVISION 8 +#define LIBMLT_VERSION_REVISION 9 #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) -- 2.39.2