]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_version.h
Set version to 0.8.4
[mlt] / src / framework / mlt_version.h
index 832103770f534a5f04facf86e8c64ae9cab8a4c8..03ed2773e34902c6688f63da7f22e1b4db7f763b 100644 (file)
@@ -2,7 +2,7 @@
  * \file mlt_version.h
  * \brief contains version information
  *
- * Copyright (C) 2010 Ushodaya Enterprises Limited
+ * Copyright (C) 2010-2012 Ushodaya Enterprises Limited
  * \author Jonathan Thomas <Jonathan.Oomph@gmail.com>
  *
  * This library is free software; you can redistribute it and/or
@@ -28,8 +28,8 @@
 #define STRINGIZE(s)            STRINGIZE2(s)
 
 #define LIBMLT_VERSION_MAJOR    0
-#define LIBMLT_VERSION_MINOR    7
-#define LIBMLT_VERSION_REVISION 5
+#define LIBMLT_VERSION_MINOR    8
+#define LIBMLT_VERSION_REVISION 4
 #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)