X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fframework%2Fmlt_version.h;h=03ed2773e34902c6688f63da7f22e1b4db7f763b;hb=41b44732dcc47acef504aa74da34fe6f2ddd8775;hp=832103770f534a5f04facf86e8c64ae9cab8a4c8;hpb=c08ea36b761304f35dd1e2997d122e24261ab5e7;p=mlt diff --git a/src/framework/mlt_version.h b/src/framework/mlt_version.h index 83210377..03ed2773 100644 --- a/src/framework/mlt_version.h +++ b/src/framework/mlt_version.h @@ -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 * * 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)