]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_version.h
fix frei0r and ladspa loading for relocatable builds
[mlt] / src / framework / mlt_version.h
index d086c0809a449001bb0222fa30a3bf4319aa70f6..a4571792878d4799d4801e7b4ce3eafea5445aea 100644 (file)
@@ -28,8 +28,8 @@
 #define STRINGIZE(s)            STRINGIZE2(s)
 
 #define LIBMLT_VERSION_MAJOR    0
-#define LIBMLT_VERSION_MINOR    6
-#define LIBMLT_VERSION_REVISION 3
+#define LIBMLT_VERSION_MINOR    7
+#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)