From ab02c6ae531bc31f3f5d8033790beadbe32b8d75 Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Sat, 26 Dec 2009 17:09:07 -0800 Subject: [PATCH] Set to version 2.0.5. Signed-off-by: Dan Dennedy --- NEWS | 4 +++- configure.ac | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index ed58b66..18b18b1 100644 --- a/NEWS +++ b/NEWS @@ -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)