]> git.sesse.net Git - mlt/commitdiff
set to interim version 0.8.7
authorDan Dennedy <dan@dennedy.org>
Sun, 18 Nov 2012 01:33:55 +0000 (17:33 -0800)
committerDan Dennedy <dan@dennedy.org>
Sun, 18 Nov 2012 01:33:55 +0000 (17:33 -0800)
configure
src/framework/mlt_version.h

index ebae6ad4dcfb60a8398e3541e2c5d32c6c6a75d0..a170e71a03878d0e0de953ab34e7c03348ebb0a6 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-export version=0.8.6
+export version=0.8.7
 export soversion=5
 
 show_help()
index 9aa8743115ef646533aa40420d3c3f0433391def..92d60dea26180b49c38f24e57b0b0bce53e6078a 100644 (file)
@@ -29,7 +29,7 @@
 
 #define LIBMLT_VERSION_MAJOR    0
 #define LIBMLT_VERSION_MINOR    8
-#define LIBMLT_VERSION_REVISION 6
+#define LIBMLT_VERSION_REVISION 7
 #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)