]> git.sesse.net Git - mlt/commitdiff
set interim version 0.7.5
authorDan Dennedy <dan@dennedy.org>
Fri, 22 Jul 2011 17:42:12 +0000 (10:42 -0700)
committerDan Dennedy <dan@dennedy.org>
Fri, 22 Jul 2011 22:02:49 +0000 (15:02 -0700)
configure
src/framework/mlt_version.h

index 6f44b4dd3c74b9200a62cb5c6227516412876c73..c980af3fad4b9fae4faefacb42962d2a9672a52e 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-export version=0.7.4
+export version=0.7.5
 export soversion=4
 
 show_help()
index b17dd56db4bdb3eecf2fb7cc85ccefbf4c1cc183..832103770f534a5f04facf86e8c64ae9cab8a4c8 100644 (file)
@@ -29,7 +29,7 @@
 
 #define LIBMLT_VERSION_MAJOR    0
 #define LIBMLT_VERSION_MINOR    7
-#define LIBMLT_VERSION_REVISION 4
+#define LIBMLT_VERSION_REVISION 5
 #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)