From: Dan Dennedy Date: Sun, 2 Jun 2013 22:22:22 +0000 (-0700) Subject: Set version to 0.9.0. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=7d4ada22aa798e3dda3bd1cbc9856871533fb59d;p=mlt Set version to 0.9.0. --- diff --git a/Doxyfile b/Doxyfile index 3358759f..184da61b 100644 --- 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. diff --git a/configure b/configure index a5ae2f72..61a9663e 100755 --- 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() diff --git a/docs/melt.1 b/docs/melt.1 index 3594502b..b30e7275 100644 --- a/docs/melt.1 +++ b/docs/melt.1 @@ -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 diff --git a/src/framework/mlt_version.h b/src/framework/mlt_version.h index 6aeca356..3228ef6d 100644 --- a/src/framework/mlt_version.h +++ b/src/framework/mlt_version.h @@ -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)