|
From: Dan S. <dds...@us...> - 2005-12-20 00:02:15
|
Update of /cvsroot/javax-usb/javax-usb-tck/src/javax/usb/tck In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28799/src/javax/usb/tck Modified Files: TopologyTests.java Log Message: change APIVersion string to 1.0.1 Index: TopologyTests.java =================================================================== RCS file: /cvsroot/javax-usb/javax-usb-tck/src/javax/usb/tck/TopologyTests.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** TopologyTests.java 23 Feb 2005 21:10:50 -0000 1.4 --- TopologyTests.java 20 Dec 2005 00:02:08 -0000 1.5 *************** *** 133,137 **** // String Descriptor Constants for the programable device ! public static final String APIVersion = "1.0.0"; // @P1C public static final String USBVersion = "1.1"; public static final String programableStrings[] = {"Manufacturer", --- 133,137 ---- // String Descriptor Constants for the programable device ! public static final String APIVersion = "1.0.1"; // @P1C public static final String USBVersion = "1.1"; public static final String programableStrings[] = {"Manufacturer", |