]> git.sesse.net Git - mlt/commitdiff
set interim version to 0.8.1
authorDan Dennedy <dan@dennedy.org>
Tue, 5 Jun 2012 06:13:13 +0000 (23:13 -0700)
committerDan Dennedy <dan@dennedy.org>
Tue, 5 Jun 2012 06:13:13 +0000 (23:13 -0700)
NEWS
configure
src/framework/mlt_version.h

diff --git a/NEWS b/NEWS
index 4aec3549223c7da1f4903422ef15c701dc94cad3..250af2534f2a78c950de64e9cc507597bbff9f44 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ MLT Release Notes
 
 Version 0.8.0 - June 1, 2012
 
-Th minor version is increased due to the addition of time properties!
+The minor version is increased due to the addition of time properties!
 The soname version increased in the process because some mlt_property
 functions changed; however, very few if any apps actually directly use
 mlt_property preferring to use mlt_properties instead. In addition:
index e8c192d5d6761575d6bc6c15085c9910b08a8bec..7523ac7d937fd9e50259f1e0ef2da959f77e87f2 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-export version=0.8.0
+export version=0.8.1
 export soversion=5
 
 show_help()
index 1bef19d275249489cdc1bc8bad0f595a0434701e..7cf3af25238315fb52dc0f53ad1559cdc57576d1 100644 (file)
@@ -29,7 +29,7 @@
 
 #define LIBMLT_VERSION_MAJOR    0
 #define LIBMLT_VERSION_MINOR    8
-#define LIBMLT_VERSION_REVISION 0
+#define LIBMLT_VERSION_REVISION 1
 #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)