From: George H. <geo...@us...> - 2010-08-31 19:46:41
|
Update of /cvsroot/win32forth/win32forth/src In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv11015/src Modified Files: w32fMsgList.f Log Message: Corrected version number back to 61500 and improved w32MsgList to automatically update the values form the version number. Index: w32fMsgList.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/w32fMsgList.f,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** w32fMsgList.f 31 Aug 2010 08:02:47 -0000 1.4 --- w32fMsgList.f 31 Aug 2010 19:46:33 -0000 1.5 *************** *** 23,27 **** \ ------------------------------------------------------------------------------ ! \ The win32forth applications pool IDs are organized by release. These comments \ are indeed remainders of all the IDs already used. \ Notice that there is no reason for two different releases to communicate. So --- 23,27 ---- \ ------------------------------------------------------------------------------ ! \ The win32forth applications pool IDs are organized by Major release. These comments \ are indeed remainders of all the IDs already used. \ Notice that there is no reason for two different releases to communicate. So *************** *** 45,55 **** \ ------------------------------------------------------------------------------ ! \ the following values and, if needed, filenames are the only things to be \ changed for a new release 3333 value w32fWinEd ! 6150 value w32fForth ! 6151 value w32fIDE ! 6152 value w32fHelp w32fIDE value w32fEditor \ current editor, defaults to IDE, can be WINED --- 45,56 ---- \ ------------------------------------------------------------------------------ ! \ the following values are updated automatically when the major release changes. ! \ If needed, filenames are the only things to be \ changed for a new release 3333 value w32fWinEd ! version# 100 / 10 * value w32fForth ! w32fForth 1 + value w32fIDE ! w32fForth 2 + value w32fHelp w32fIDE value w32fEditor \ current editor, defaults to IDE, can be WINED |