From 5fb2046d6de4901c7166cedf3a3ce9a6f4360b7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnim=20L=C3=A4uger?= Date: Fri, 17 Apr 2009 20:01:30 +0000 Subject: [PATCH] set release version 0.10, update copyright year git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1500 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- jtag/ChangeLog | 6 ++++++ jtag/NEWS | 2 +- jtag/configure.ac | 2 +- jtag/src/jtag.c | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/jtag/ChangeLog b/jtag/ChangeLog index 305b25c1..b7bbf9ed 100644 --- a/jtag/ChangeLog +++ b/jtag/ChangeLog @@ -1,3 +1,9 @@ +2009-04-17 Arnim Laeuger + + * configure.ac, NEWS: set release version 0.10 + + * src/jtag.c: Update copyright year + 2009-04-17 Kolja Waschk * configure.ac: Last minute fix for USBCFLAGS for libusb diff --git a/jtag/NEWS b/jtag/NEWS index 19a0a9da..ae00d3be 100644 --- a/jtag/NEWS +++ b/jtag/NEWS @@ -1,6 +1,6 @@ $Id$ -urjtag-pre-0.10 +urjtag-0.10 * Major internal improvements - Flash write/program API function now operates on a buffer instead diff --git a/jtag/configure.ac b/jtag/configure.ac index a5b76d82..48e36701 100644 --- a/jtag/configure.ac +++ b/jtag/configure.ac @@ -23,7 +23,7 @@ # and other UrJTAG authors, 2007, 2008, ... # -AC_INIT(UrJTAG,pre-0.10,http://urjtag.org,urjtag) +AC_INIT(UrJTAG,0.10,http://urjtag.org,urjtag) AC_PREREQ(2.54) AC_COPYRIGHT([Copyright (C) 2007/08 Kolja Waschk and other UrJTAG authors; 2002/03 ETC s.r.o.]) diff --git a/jtag/src/jtag.c b/jtag/src/jtag.c index dcb5abab..70abf10d 100644 --- a/jtag/src/jtag.c +++ b/jtag/src/jtag.c @@ -378,7 +378,7 @@ main( int argc, char *const argv[] ) { printf(_("\n%s #%s\n\n" "Copyright (C) 2002, 2003 ETC s.r.o.\n" - "Copyright (C) 2007, 2008 Kolja Waschk and the respective authors\n" + "Copyright (C) 2007, 2008, 2009 Kolja Waschk and the respective authors\n" ), PACKAGE_STRING, SVN_REVISION); printf(_("\n"