Skip to content

Commit

Permalink
set interim version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Jun 5, 2012
1 parent 38dab01 commit c520e1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

export version=0.8.0
export version=0.8.1
export soversion=5

show_help()
Expand Down
2 changes: 1 addition & 1 deletion src/framework/mlt_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit c520e1e

Please sign in to comment.