Skip to content

Commit

Permalink
Merge pull request #1 from orix-software/develop
Browse files Browse the repository at this point in the history
fix version
  • Loading branch information
jedeoric authored Jan 9, 2021
2 parents 980c588 + 40442c5 commit e68df01
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
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"

0 comments on commit e68df01

Please sign in to comment.