Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ test:
cp src/man/$(PROGRAM).hlp build/usr/share/man
cp src/ipkg/$(PROGRAM).csv build/usr/share/ipkg
cd build && tar -c * > ../$(PROGRAM).tar && cd ..
filepack $(PROGRAM).tar $(PROGRAM).pkg
gzip $(PROGRAM).tar
mv $(PROGRAM).tar.gz $(PROGRAM).tgz
php buildTestAndRelease/publish/publish2repo.php $(PROGRAM).pkg ${hash} 6502 pkg alpha
php buildTestAndRelease/publish/publish2repo.php $(PROGRAM).tgz ${hash} 6502 tgz alpha
echo nothing
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2021.1
Empty file modified configure
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define VERSION "1.0.2"
#define VERSION "2021.1"