From: George H. <geo...@us...> - 2010-08-31 19:46:41
|
Update of /cvsroot/win32forth/win32forth/src/kernel In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv11015/src/kernel Modified Files: version.f Log Message: Corrected version number back to 61500 and improved w32MsgList to automatically update the values form the version number. Index: version.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/kernel/version.f,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** version.f 31 Aug 2010 07:37:21 -0000 1.18 --- version.f 31 Aug 2010 19:46:33 -0000 1.19 *************** *** 3,7 **** cr .( Loading META version info) ! 61401 VALUE #VERSION# \ Change only the version number above; the build number is automatically assigned. --- 3,7 ---- cr .( Loading META version info) ! 61500 VALUE #VERSION# \ Change only the version number above; the build number is automatically assigned. |