]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt.h
mlt_cache.[hc], mlt_types.h, mlt_service.[hc], mlt_factory.[hc], mlt.h: add mlt_cache...
[mlt] / src / framework / mlt.h
index 72c8717b027fae1e13648177022dc14909889c2e..83650b4d0eaae4b3a4e6834820301b709fc623f6 100644 (file)
@@ -23,8 +23,8 @@
 #ifndef _MLT_H_
 #define _MLT_H_
 
-#define LIBMLT_VERSION_INT ((0<<16)+(3<<8)+6)
-#define LIBMLT_VERSION     0.3.6
+#define LIBMLT_VERSION_INT ((0<<16)+(3<<8)+7)
+#define LIBMLT_VERSION     0.3.7
 
 #ifdef __cplusplus
 extern "C"