Skip to content

Commit 2ab9df5

Browse files
author
Chris Hooper
committed
devtest 1.6 release
1 parent ff69e8e commit 2ab9df5

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ zip:
4646
@echo Building $(PROGVER).zip
4747
$(QUIET)rm -rf $(PROG).zip $(PROGVER)
4848
$(QUIET)mkdir $(PROGVER)
49-
$(QUIET)cp -p $(PROG) $(PROGVER)/
49+
$(QUIET)cp -p $(PROG) README.md $(PROGVER)/
5050
$(QUIET)zip -rq $(PROGVER).zip $(PROGVER)
5151
$(QUIET)rm -rf $(PROGVER)
5252

5353
lha:
5454
@echo Building $(PROGVER).lha
5555
$(QUIET)rm -rf $(PROG).zip $(PROGVER)
5656
$(QUIET)mkdir $(PROGVER)
57-
$(QUIET)cp -p $(PROG) $(PROGVER)/
57+
$(QUIET)cp -p $(PROG) README.md $(PROGVER)/
5858
$(QUIET)lha -aq2 $(PROGVER).lha $(PROGVER)
5959
$(QUIET)rm -rf $(PROGVER)
6060

devtest.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* THE AUTHOR ASSUMES NO LIABILITY FOR ANY DAMAGE ARISING OUT OF THE USE
1414
* OR MISUSE OF THIS UTILITY OR INFORMATION REPORTED BY THIS UTILITY.
1515
*/
16-
const char *version = "\0$VER: devtest 1.5b ("__DATE__") © Chris Hooper";
16+
const char *version = "\0$VER: devtest 1.6 ("__DATE__") © Chris Hooper";
1717

1818
#include <stdio.h>
1919
#include <stdlib.h>

devtest_1.4.lha

-35.8 KB
Binary file not shown.

devtest_1.6.lha

41.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)