Skip to content

Commit e68df01

Browse files
authored
Merge pull request #1 from orix-software/develop
fix version
2 parents 980c588 + 40442c5 commit e68df01

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ test:
2525
cp src/man/$(PROGRAM).hlp build/usr/share/man
2626
cp src/ipkg/$(PROGRAM).csv build/usr/share/ipkg
2727
cd build && tar -c * > ../$(PROGRAM).tar && cd ..
28-
filepack $(PROGRAM).tar $(PROGRAM).pkg
2928
gzip $(PROGRAM).tar
3029
mv $(PROGRAM).tar.gz $(PROGRAM).tgz
31-
php buildTestAndRelease/publish/publish2repo.php $(PROGRAM).pkg ${hash} 6502 pkg alpha
3230
php buildTestAndRelease/publish/publish2repo.php $(PROGRAM).tgz ${hash} 6502 tgz alpha
3331
echo nothing

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2021.1

configure

100644100755
File mode changed.

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define VERSION "1.0.2"
1+
#define VERSION "2021.1"

0 commit comments

Comments
 (0)