From: <pa...@us...> - 2003-10-04 12:05:06
|
Update of /cvsroot/fuse-emulator/fuse/hacking In directory sc8-pr-cvs1:/tmp/cvs-serv27816/hacking Modified Files: ChangeLog Log Message: Remove duplicated Win32 code (Marek). Index: ChangeLog =================================================================== RCS file: /cvsroot/fuse-emulator/fuse/hacking/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** ChangeLog 3 Oct 2003 18:03:10 -0000 1.22 --- ChangeLog 4 Oct 2003 12:05:01 -0000 1.23 *************** *** 220,221 **** --- 220,222 ---- 20031003 configure.in: bump version number to 0.6.1.1 (missed when porting the 0.6.1.1 changes to HEAD). + 20031004 timer.c: remove duplicated Win32 code (Marek) |