[Module-build-checkins] Module-Build Changes,1.423,1.424
Status: Beta
Brought to you by:
kwilliams
From: Randy W. S. <si...@us...> - 2006-02-21 09:06:16
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24426 Modified Files: Changes Log Message: Fix detection of $VERSION expressions that are not assignments. Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.423 retrieving revision 1.424 diff -u -d -r1.423 -r1.424 --- Changes 21 Feb 2006 02:22:56 -0000 1.423 +++ Changes 21 Feb 2006 09:06:11 -0000 1.424 @@ -2,6 +2,9 @@ 0.27_08 + - Fix detection of $VERSION expressions that are not + assignments. [Spotted by Chris Dolan] + - On Windows, remove the pl2bat generated 'Build.bat' script without the annoying "The batch file cannot be found." error. [Solution provided by RazTK and foxidrive on newsgroup alt.msdos.batch] |