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"