From c520e1e8f51b1f23951d9f543c67e05312cd98b2 Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Mon, 4 Jun 2012 23:13:13 -0700 Subject: [PATCH] set interim version to 0.8.1 --- NEWS | 2 +- configure | 2 +- src/framework/mlt_version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 4aec3549..250af253 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ MLT Release Notes Version 0.8.0 - June 1, 2012 -Th minor version is increased due to the addition of time properties! +The minor version is increased due to the addition of time properties! The soname version increased in the process because some mlt_property functions changed; however, very few if any apps actually directly use mlt_property preferring to use mlt_properties instead. In addition: diff --git a/configure b/configure index e8c192d5..7523ac7d 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/bin/sh -export version=0.8.0 +export version=0.8.1 export soversion=5 show_help() diff --git a/src/framework/mlt_version.h b/src/framework/mlt_version.h index 1bef19d2..7cf3af25 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 8 -#define LIBMLT_VERSION_REVISION 0 +#define LIBMLT_VERSION_REVISION 1 #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