From: Dirk B. <db...@us...> - 2006-09-01 07:23:20
|
Update of /cvsroot/win32forth/win32forth/src/kernel In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv11688/src/kernel Modified Files: version.f Log Message: - Smal changes to match the 6.11.10 release on www.win32forth.org Index: version.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/kernel/version.f,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** version.f 27 May 2006 08:54:04 -0000 1.10 --- version.f 1 Sep 2006 07:23:12 -0000 1.11 *************** *** 3,7 **** cr .( Loading META version info) ! 61109 VALUE #VERSION# \ Change only the version number above; the build number is automatically assigned. --- 3,7 ---- cr .( Loading META version info) ! 61110 VALUE #VERSION# \ Change only the version number above; the build number is automatically assigned. |