diff --git a/Makefile b/Makefile index 3dff590..4b35f36 100644 --- a/Makefile +++ b/Makefile @@ -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 \ No newline at end of file diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..3ad13fe --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +2021.1 \ No newline at end of file diff --git a/configure b/configure old mode 100644 new mode 100755 diff --git a/src/version.h b/src/version.h index ce8ac8c..d94b668 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define VERSION "1.0.2" +#define VERSION "2021.1"