From a357d8a33254d4bd4f36a658460d1779ab616982 Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Sun, 27 Mar 2011 19:27:23 -0700 Subject: [PATCH] Set version to 0.7.0 --- Doxyfile | 2 +- configure | 4 ++-- src/framework/mlt_version.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Doxyfile b/Doxyfile index 8e5fec95..1dd85943 100644 --- a/Doxyfile +++ b/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = mlt # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.6.2 +PROJECT_NUMBER = 0.7.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/configure b/configure index 5cf58cac..06fb6fa0 100755 --- a/configure +++ b/configure @@ -1,7 +1,7 @@ #!/bin/sh -export version=0.6.3 -export soversion=3 +export version=0.7.0 +export soversion=4 show_help() { diff --git a/src/framework/mlt_version.h b/src/framework/mlt_version.h index d086c080..e7550c77 100644 --- a/src/framework/mlt_version.h +++ b/src/framework/mlt_version.h @@ -28,8 +28,8 @@ #define STRINGIZE(s) STRINGIZE2(s) #define LIBMLT_VERSION_MAJOR 0 -#define LIBMLT_VERSION_MINOR 6 -#define LIBMLT_VERSION_REVISION 3 +#define LIBMLT_VERSION_MINOR 7 +#define LIBMLT_VERSION_REVISION 0 #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