]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt.h
Set version to 0.4.10 and update release notes.
[mlt] / src / framework / mlt.h
index 0b211d73329873e9a5b995a725c32dd162f2d00d..f8c3a913babdf439b6959450630173b3bfbaa5ef 100644 (file)
@@ -23,8 +23,8 @@
 #ifndef _MLT_H_
 #define _MLT_H_
 
-#define LIBMLT_VERSION_INT ((0<<16)+(4<<8)+9)
-#define LIBMLT_VERSION     0.4.9
+#define LIBMLT_VERSION_INT ((0<<16)+(4<<8)+10)
+#define LIBMLT_VERSION     0.4.10
 
 #ifdef __cplusplus
 extern "C"