]> git.sesse.net Git - mlt/commitdiff
Bump version to 0.4.0
authorDan Dennedy <dan@dennedy.org>
Mon, 18 May 2009 03:59:54 +0000 (20:59 -0700)
committerDan Dennedy <dan@dennedy.org>
Mon, 18 May 2009 03:59:54 +0000 (20:59 -0700)
Signed-off-by: Dan Dennedy <dan@dennedy.org>
Doxyfile
configure
src/framework/mlt.h

index f876c579b1bc0f6d2650b8a671a62958b8541557..95e258ac2fd28c4393685ff405578744ce5f17ad 100644 (file)
--- 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. 
index 3022c8609b111d30c6891e1d9c004514c67ed1c6..1401930f47df94ded7d4d2ef28236e0b88bcef96 100755 (executable)
--- 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:
index 68365402e0decd62837d807b640c4ddcc2678bad..fc22ac20a226a880e4ab11c385027cd8b6cb84c4 100644 (file)
@@ -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"