Package: cc65 / 2.17-1

Metadata

Package Version Patches format
cc65 2.17-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
package version | (download)

src/Makefile | 7 6 + 1 - 0 !
src/common/version.c | 4 3 + 1 - 0 !
2 files changed, 9 insertions(+), 2 deletions(-)

 allow overriding git hash in version string with package version
 When compiling cc65, it will place the git hash of the checked out commit in
 the version string which isn't useful when building a distribution package
 since there either won't be an upstream git hash if there is one at all. Make
 it so that if the variable PKG_VERSION is defined when building, its contents
 will be placed into the version string instead of the git hash.