]> git.sesse.net Git - mlt/commitdiff
Set version to 0.7.0
authorDan Dennedy <dan@dennedy.org>
Mon, 28 Mar 2011 02:27:23 +0000 (19:27 -0700)
committerDan Dennedy <dan@dennedy.org>
Mon, 28 Mar 2011 02:27:23 +0000 (19:27 -0700)
Doxyfile
configure
src/framework/mlt_version.h

index 8e5fec95069dc420c812a08a7b1c519b3a6a28c8..1dd859434e721b5a09a382067208b3a0ab512197 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.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. 
index 5cf58cacf4aa828e0f27531f3777846f70a3ac31..06fb6fa061e4f03896bdd1107478b3d60a22b5d0 100755 (executable)
--- 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()
 {
index d086c0809a449001bb0222fa30a3bf4319aa70f6..e7550c77fd8157e37d88a66d072932b960e89d3f 100644 (file)
@@ -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)