diff options
| author | 2009-12-26 17:09:07 -0800 | |
|---|---|---|
| committer | 2009-12-26 17:09:07 -0800 | |
| commit | ab02c6ae531bc31f3f5d8033790beadbe32b8d75 (patch) | |
| tree | 454aec504e34d7cd126ab1838c2a3c9ed53a4a44 | |
| parent | Update ChangeLog for release. (diff) | |
Set to version 2.0.5.
Signed-off-by: Dan Dennedy <dan@dennedy.org>
Diffstat (limited to '')
| -rw-r--r-- | NEWS | 4 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -1,8 +1,10 @@ libraw1394 Release Notes +Version 2.0.5: +- Bug fixes, in particular, for isochronous transmission and FFADO project. + Version 2.0.4: - Fix build due to incomplete tarball. -- Bug fixes, in particular, for isochronous transmission and FFADO project. Version 2.0.3: - various bug fixes, in particular for firewire stack diff --git a/configure.ac b/configure.ac index 6854d16..9099d4f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # process this file with autoconf to get a configure script -AC_INIT(libraw1394, 2.0.4) +AC_INIT(libraw1394, 2.0.5) AC_CONFIG_SRCDIR(src/raw1394.h) AM_CONFIG_HEADER(config.h) |
