Here is the patch (Is that correct to post it here?)
Applied.
Are you familiar with the "diff" utility?
It is preferred to use that instead of having replacement files.
If you don't have a diff utility by itself, you can use the cvs diff functionality like this:
cvs -z3 diff -ub >> new-patch.diff
That will produce a diff in the "unified" format (easier for humans to read) that ignores simple whitespace changes and sends the results to the file "new-patch.diff".
It helps us see exactly what has changed.
hammett
----- Original Message ----- From: "hammett" <[EMAIL PROTECTED]>
To: "Avalon Developers List" <[EMAIL PROTECTED]>
Sent: Tuesday, August 05, 2003 10:13 AM
Subject: Re: [Avalon.NET] AssemblyVersion
I'll write it! Will be ready in a few seconds :-)
hammett
------------------------------------------------------------------------
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--
"They that give up essential liberty to obtain a little temporary safety
deserve neither liberty nor safety."
- Benjamin Franklin
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
