We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 980c588 + 40442c5 commit e68df01Copy full SHA for e68df01
Makefile
@@ -25,9 +25,7 @@ test:
25
cp src/man/$(PROGRAM).hlp build/usr/share/man
26
cp src/ipkg/$(PROGRAM).csv build/usr/share/ipkg
27
cd build && tar -c * > ../$(PROGRAM).tar && cd ..
28
- filepack $(PROGRAM).tar $(PROGRAM).pkg
29
gzip $(PROGRAM).tar
30
mv $(PROGRAM).tar.gz $(PROGRAM).tgz
31
- php buildTestAndRelease/publish/publish2repo.php $(PROGRAM).pkg ${hash} 6502 pkg alpha
32
php buildTestAndRelease/publish/publish2repo.php $(PROGRAM).tgz ${hash} 6502 tgz alpha
33
echo nothing
VERSION
@@ -0,0 +1 @@
1
+2021.1
configure
100644
100755
src/version.h
@@ -1 +1 @@
-#define VERSION "1.0.2"
+#define VERSION "2021.1"
0 commit comments