diff --git a/jtag/ChangeLog b/jtag/ChangeLog index 6ce46d89..ba0b9982 100644 --- a/jtag/ChangeLog +++ b/jtag/ChangeLog @@ -1,3 +1,7 @@ +2009-04-13 Arnim + + * configure.ac: follow version info in NEWS + 2009-04-12 Arnim * src/tap/cable/ft2232.c: flyswatter description update diff --git a/jtag/configure.ac b/jtag/configure.ac index 3c0b2590..86baf0b1 100644 --- a/jtag/configure.ac +++ b/jtag/configure.ac @@ -23,7 +23,7 @@ # and other UrJTAG authors, 2007, 2008, ... # -AC_INIT(UrJTAG,0.9,http://urjtag.org,urjtag) +AC_INIT(UrJTAG,pre-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.])