aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Dennedy <dan@dennedy.org>2009-12-26 17:09:07 -0800
committerDan Dennedy <dan@dennedy.org>2009-12-26 17:09:07 -0800
commitab02c6ae531bc31f3f5d8033790beadbe32b8d75 (patch)
tree454aec504e34d7cd126ab1838c2a3c9ed53a4a44
parent7fd7f4b5a4ba676ac75a5ec3608d44b4c7ecd2e4 (diff)
downloadlibraw1394-ab02c6ae531bc31f3f5d8033790beadbe32b8d75.tar.gz
Set to version 2.0.5.
Signed-off-by: Dan Dennedy <dan@dennedy.org>
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
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)