From: George H. <geo...@us...> - 2010-02-14 17:47:08
|
Update of /cvsroot/win32forth/win32forth/src/kernel In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv422/kernel Modified Files: version.f Log Message: Minor optimisation Index: version.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/kernel/version.f,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** version.f 7 Feb 2010 08:02:22 -0000 1.16 --- version.f 14 Feb 2010 17:46:23 -0000 1.17 *************** *** 3,10 **** cr .( Loading META version info) ! 61400 VALUE #VERSION# \ Change only the version number above; the build number is automatically assigned. ! \ After changeing the version number you must rebuild your complete Win32Forth \ system (including WinEd and SciEdit). Because this Version number is used in \ wm_win32for-init to create a unique message name. --- 3,10 ---- cr .( Loading META version info) ! 61500 VALUE #VERSION# \ Change only the version number above; the build number is automatically assigned. ! \ After changing the version number you must rebuild your complete Win32Forth \ system (including WinEd and SciEdit). Because this Version number is used in \ wm_win32for-init to create a unique message name. |