]> git.sesse.net Git - mlt/commitdiff
set interim version to 0.8.3
authorDan Dennedy <dan@dennedy.org>
Fri, 31 Aug 2012 03:42:53 +0000 (20:42 -0700)
committerDan Dennedy <dan@dennedy.org>
Fri, 31 Aug 2012 03:42:53 +0000 (20:42 -0700)
configure
src/framework/mlt_version.h

index b5757de5f2596d8733343afe2a9501ff84223ed7..46531d94c429c4ccc83149f53d03d2cca5976339 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-export version=0.8.2
+export version=0.8.3
 export soversion=5
 
 show_help()
index a373718b4a0cd7166fb02d7da266c5af91fae30b..890a060048996a9fc26b9bbb015ef907cda63279 100644 (file)
@@ -29,7 +29,7 @@
 
 #define LIBMLT_VERSION_MAJOR    0
 #define LIBMLT_VERSION_MINOR    8
-#define LIBMLT_VERSION_REVISION 2
+#define LIBMLT_VERSION_REVISION 3
 #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)