]> git.sesse.net Git - mlt/commitdiff
Set version to 0.9.0.
authorDan Dennedy <dan@dennedy.org>
Sun, 2 Jun 2013 22:22:22 +0000 (15:22 -0700)
committerDan Dennedy <dan@dennedy.org>
Sun, 2 Jun 2013 22:22:22 +0000 (15:22 -0700)
Doxyfile
configure
docs/melt.1
src/framework/mlt_version.h

index 3358759f47de4b8ece3d4fead5ac25353a7223eb..184da61b6192eef0961c3b1285c77e18eaf51372 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -25,13 +25,13 @@ DOXYFILE_ENCODING = UTF-8
 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded 
 # by quotes) that should identify the project.
 
-PROJECT_NAME = mlt
+PROJECT_NAME = MLT
 
 # The PROJECT_NUMBER tag can be used to enter a project or revision number. 
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER = 0.8.8
+PROJECT_NUMBER = 0.9.0
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
index a5ae2f721475b10f11a0e7a2cf48d2f476509f14..61a9663e0fabde89e0b7920537a7d33d70f6b882 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-export version=0.8.9
+export version=0.9.0
 export soversion=6
 
 show_help()
index 3594502b6931bcf3f29c0556de493c736ead3951..b30e7275db77fc1a0bf48415866dd645c24738b8 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.38.4.
-.TH MELT "1" "January 2013" "melt 0.8.8" "User Commands"
+.TH MELT "1" "June 2013" "melt 0.9.0" "User Commands"
 .SH NAME
 melt \- author, play, and encode multitrack audio/video compositions
 .SH SYNOPSIS
index 6aeca356930d157b68ebb008fed1a2bbbbd8de43..3228ef6d654219fd36fe39d683c510ebac6924ec 100644 (file)
@@ -28,8 +28,8 @@
 #define STRINGIZE(s)            STRINGIZE2(s)
 
 #define LIBMLT_VERSION_MAJOR    0
-#define LIBMLT_VERSION_MINOR    8
-#define LIBMLT_VERSION_REVISION 9
+#define LIBMLT_VERSION_MINOR    9
+#define LIBMLT_VERSION_REVISION 0
 #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)