X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fframework%2Fmlt_version.h;h=6aeca356930d157b68ebb008fed1a2bbbbd8de43;hb=74890bee371a67eb4ce974a74c0c5a7e18b44167;hp=03ed2773e34902c6688f63da7f22e1b4db7f763b;hpb=41b44732dcc47acef504aa74da34fe6f2ddd8775;p=mlt diff --git a/src/framework/mlt_version.h b/src/framework/mlt_version.h index 03ed2773..6aeca356 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-2012 Ushodaya Enterprises Limited + * Copyright (C) 2010-2013 Ushodaya Enterprises Limited * \author Jonathan Thomas * * This library is free software; you can redistribute it and/or @@ -29,7 +29,7 @@ #define LIBMLT_VERSION_MAJOR 0 #define LIBMLT_VERSION_MINOR 8 -#define LIBMLT_VERSION_REVISION 4 +#define LIBMLT_VERSION_REVISION 9 #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)