Mail Archives: djgpp-workers/2002/10/17/08:47:00
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 <sapce>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
- Raw text -