From cd1fb7cc84e72ab5b5f07b00111a78dca4b934a6 Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Tue, 3 Feb 2009 19:49:11 -0800 Subject: [PATCH] bump version to 2.0.2 and add release notes Signed-off-by: Dan Dennedy --- NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0cf96a0..50dd71f 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ libraw1394 Release Notes +Version 2.0.2: +- Fixed license headers on new files introduced in v2.0.0 to be consistent + with LGPL v2.1. + Version 2.0.1: - Optimized usage of /dev/fw? nodes based upon user permissions. - many good bugfixes diff --git a/configure.ac b/configure.ac index 91def19..498ba0a 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.1) +AC_INIT(libraw1394, 2.0.2) AC_CONFIG_SRCDIR(src/raw1394.h) AM_CONFIG_HEADER(config.h)