On 14 Sep 2005, you wrote in ml.avr-gcc:

> Dear All,
> 
> I would like to display a "code version" (date/time or incremental
> number) during init on an LCD display.
> Does anybody know if there is any information in the executable (ROM
> file) that I can use at runtime (updated by the linker for example) ?
Eric,

soory for late reply - long time ago I saw a (windows) program 
AUTOVER.EXE which might solve part of your problem.

1) version.h contains #define VERSION "2.079"
2) run AUTOVER.EXE
3) version.h contains #define VERSION "2.080"


Author was Matthias Weißer ([EMAIL PROTECTED])

HTH, Herbert


_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to