Skip to content

Commit

Permalink
change release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
KernelMaker committed Oct 8, 2016
1 parent 636fa27 commit 558c8ca
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@

# Used for Release only.

TAG="2.1.0"
TAG="2.1.2"
make clean && make RPATH=./lib __REL=1

#TAG="2.0.4"
#make clean && make RPATH=./lib __REL=1

#cp LOOKME output/
#tar -czf $RELEASE_FILE output
tar -czf pika${TAG}_bin.tar.gz output

0 comments on commit 558c8ca

Please sign in to comment.