Message-ID: <000b01c275db$449a84a0$0a02a8c0@p4> From: "Andrew Cottrell" To: Subject: stub.asm patch for 2.02 => 2.04 Date: Thu, 17 Oct 2002 22:46:21 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Reply-To: djgpp-workers AT delorie DOT com We should change the stub.asm file as the current situation is that if you get the head CVS code and do a build then the stub will be 2.02 instead of 2.04 or a number that represents the the code is 2.04 alpha. Another suggestion is to change the version to 2.04A for 2.04 Alpha and then 2.04B for beta and then finally 2.04 for the final. As I understand the length cannot change. > .db "go32stub, v2.04A" ; version may change, [0..7] won't cvs -z3 -q diff -r HEAD -w -i stub.asm (in directory C:\dj204\src\stub\) Index: stub.asm =================================================================== RCS file: /cvs/djgpp/djgpp/src/stub/stub.asm,v retrieving revision 1.4 diff -w -i -r1.4 stub.asm 72c72 < .db "go32stub, v 2.02" ; version may change, [0..7] won't --- > .db "go32stub, v 2.04" ; version may change, [0..7] won't