]> git.sur5r.net Git - cc65/commit
Move the version numbers from the interface of the version module into a new
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 28 Sep 2009 20:10:01 +0000 (20:10 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 28 Sep 2009 20:10:01 +0000 (20:10 +0000)
commit7b847321a8020038c91df45e5e57cfd4466204c9
tree19f49546438ea2568b7baced3293fe65d2f6c631
parent3c6e8087f17b582336162247c89931470b6ae858
Move the version numbers from the interface of the version module into a new
implementation. Allow for release candidates to be specified and disinguished.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4260 b7a2c559-68d2-44c3-8de9-860c34a00d81
20 files changed:
src/ar65/main.c
src/ca65/expr.c
src/ca65/listing.c
src/ca65/main.c
src/cc65/codegen.c
src/cc65/compile.c
src/cc65/main.c
src/cl65/main.c
src/co65/convert.c
src/co65/main.c
src/common/make/gcc.mak
src/common/make/watcom.mak
src/common/version.c [new file with mode: 0644]
src/common/version.h
src/da65/main.c
src/da65/output.c
src/ld65/main.c
src/ld65/o65.c
src/od65/main.c
src/sim65/main.c