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
master
Arnim Läuger 16 years ago
parent 52fa47d3f1
commit 5fb2046d6d

@ -1,3 +1,9 @@
2009-04-17 Arnim Laeuger <arniml>
* configure.ac, NEWS: set release version 0.10
* src/jtag.c: Update copyright year
2009-04-17 Kolja Waschk <kawk>
* configure.ac: Last minute fix for USBCFLAGS for libusb

@ -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

@ -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.])

@ -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"

Loading…
Cancel
Save