]> git.sesse.net Git - mlt/commitdiff
set interim version 0.7.9
authorDan Dennedy <dan@dennedy.org>
Mon, 20 Feb 2012 01:03:45 +0000 (17:03 -0800)
committerDan Dennedy <dan@dennedy.org>
Mon, 20 Feb 2012 01:03:45 +0000 (17:03 -0800)
configure
src/framework/mlt_version.h

index b1e1da691d96a07ba25a1f9bb54505662277e579..a20a6222b0173d67c499c5e9f454f23665710a46 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-export version=0.7.8
+export version=0.7.9
 export soversion=4
 
 show_help()
index 355f8b9cf4e79c0f3edcadc52907ef23cb81b658..b275c941c7d916af040b66082f8b506490661330 100644 (file)
@@ -29,7 +29,7 @@
 
 #define LIBMLT_VERSION_MAJOR    0
 #define LIBMLT_VERSION_MINOR    7
-#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)