]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt.h
Fix underlinking libm by removing math function.
[mlt] / src / framework / mlt.h
index 3711d2edef8d349678b858621d2d72df73677edc..0b211d73329873e9a5b995a725c32dd162f2d00d 100644 (file)
@@ -23,8 +23,8 @@
 #ifndef _MLT_H_
 #define _MLT_H_
 
-#define LIBMLT_VERSION_INT ((0<<16)+(4<<8)+8)
-#define LIBMLT_VERSION     0.4.8
+#define LIBMLT_VERSION_INT ((0<<16)+(4<<8)+9)
+#define LIBMLT_VERSION     0.4.9
 
 #ifdef __cplusplus
 extern "C"