From: Dan Dennedy Date: Mon, 18 May 2009 03:59:54 +0000 (-0700) Subject: Bump version to 0.4.0 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=457a7747b94c7165c15c0519c3ed326641f6812f;p=mlt Bump version to 0.4.0 Signed-off-by: Dan Dennedy --- diff --git a/Doxyfile b/Doxyfile index f876c579..95e258ac 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.3.8 +PROJECT_NUMBER = 0.4.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 3022c860..1401930f 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/bin/sh -export version=0.3.9 +export version=0.4.0 export soversion=1 show_help() @@ -20,7 +20,7 @@ General build options: --disable-debug - Compile without debug support (default: on) --disable-mmx - Compile without MMX support (default: on) --disable-sse - Compile without SSE support (default: on) - --arch='arch' - Compile for a specific architecture (default: none) + --arch='arch' - Compile for a specific architecture (default: none) --cpu='cpu' - Compile for a specific CPU (default: none) Module disable options: diff --git a/src/framework/mlt.h b/src/framework/mlt.h index 68365402..fc22ac20 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)+(3<<8)+9) -#define LIBMLT_VERSION 0.3.9 +#define LIBMLT_VERSION_INT ((0<<16)+(4<<8)+0) +#define LIBMLT_VERSION 0.4.0 #ifdef __cplusplus extern "C"