]> git.sesse.net Git - mlt/commitdiff
set version to 0.8.2
authorDan Dennedy <dan@dennedy.org>
Tue, 28 Aug 2012 14:36:29 +0000 (07:36 -0700)
committerDan Dennedy <dan@dennedy.org>
Tue, 28 Aug 2012 14:36:29 +0000 (07:36 -0700)
Doxyfile
configure
docs/melt.1
src/framework/mlt_version.h

index 4f59abd83e81f1ef42621dbcc5be230b31ff6cb0..86ede9f1ed6482fefb45226d81cdbaedea79855e 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME = mlt
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER = 0.8.0
+PROJECT_NUMBER = 0.8.2
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
index 7523ac7d937fd9e50259f1e0ef2da959f77e87f2..b5757de5f2596d8733343afe2a9501ff84223ed7 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-export version=0.8.1
+export version=0.8.2
 export soversion=5
 
 show_help()
index 9c0366c195e63e7075b8b364aca1ef1bb81060e5..f146fd56ed264f0b1cbaecf7eb5d4bcf3fac72dd 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.38.4.
-.TH MELT "1" "June 2012" "melt 0.8.0" "User Commands"
+.TH MELT "1" "August 2012" "melt 0.8.2" "User Commands"
 .SH NAME
 melt \- author, play, and encode multitrack audio/video compositions
 .SH SYNOPSIS
index 7cf3af25238315fb52dc0f53ad1559cdc57576d1..a373718b4a0cd7166fb02d7da266c5af91fae30b 100644 (file)
@@ -29,7 +29,7 @@
 
 #define LIBMLT_VERSION_MAJOR    0
 #define LIBMLT_VERSION_MINOR    8
-#define LIBMLT_VERSION_REVISION 1
+#define LIBMLT_VERSION_REVISION 2
 #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)