X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fframework%2Fmlt_version.h;h=6aeca356930d157b68ebb008fed1a2bbbbd8de43;hb=560868ae10f58dfe8fb6b603dd46031dee9ede00;hp=92d60dea26180b49c38f24e57b0b0bce53e6078a;hpb=1c9f53690bb4abf12d1d88c3c73078fba9c39b09;p=mlt diff --git a/src/framework/mlt_version.h b/src/framework/mlt_version.h index 92d60dea..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 7 +#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)