]> git.sesse.net Git - mlt/commitdiff
Set interim version 0.8.9.
authorDan Dennedy <dan@dennedy.org>
Fri, 12 Apr 2013 17:38:06 +0000 (10:38 -0700)
committerDan Dennedy <dan@dennedy.org>
Fri, 12 Apr 2013 17:38:06 +0000 (10:38 -0700)
configure
src/framework/mlt_version.h

index 23521d16645ba32b67dbeed0dc0ddef668eb2168..690b7fe8239048391eae8548d72375a352be5536 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-export version=0.8.8
+export version=0.8.9
 export soversion=5
 
 show_help()
index 2b7e4d0fadb093ed65a219db23493f7da15095ab..6aeca356930d157b68ebb008fed1a2bbbbd8de43 100644 (file)
@@ -29,7 +29,7 @@
 
 #define LIBMLT_VERSION_MAJOR    0
 #define LIBMLT_VERSION_MINOR    8
-#define LIBMLT_VERSION_REVISION 8
+#define LIBMLT_VERSION_REVISION 9
 #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)