diff options
| author | B. Watson <urchlay@slackware.uk> | 2022-11-11 16:04:17 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2022-11-11 16:05:51 -0500 |
| commit | f2a7789fa016371538e64f1220539554769f2e2b (patch) | |
| tree | 73ef63135571b811467a6663ccf54ec61cb60c23 /mkver.pl | |
| parent | 17bba1ebffb8bb37299c0a2d3a57b3a4c51ab0fe (diff) | |
| download | dla-asm-f2a7789fa016371538e64f1220539554769f2e2b.tar.gz | |
v0.2.1: Prepend D: to Save filename if needed. Move VERSION out of the Makefile.
Diffstat (limited to 'mkver.pl')
| -rw-r--r-- | mkver.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/usr/bin/perl -w -$ver = shift || die "Usage: $0 [version]\n"; +chomp($ver = `cat VERSION`); open F,">dlaver.inc" or die $!; print F " .define VERSION \"$ver\"\n"; |
