Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
RShadowhand committed Dec 30, 2018
1 parent 9ed4a6c commit 9596d48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MAJORVER := "1"
MINORVER := "0"
MICROVER := "0"
MICROVER := "1"
VERSION := $(MAJORVER)$(MINORVER)$(MICROVER)
COMMIT := $(shell git rev-parse --short HEAD)
all: ams checkpoint ftp hkt hbloader hbmenu sin
Expand Down Expand Up @@ -46,4 +46,4 @@ sin:
$(MAKE) -f singularite

release: all
cd _dist; zip singularite.zip * -r -9; mv singularite.zip ../singularite-$(VERSION)-$(COMMIT).zip
cd _dist; zip singularite.zip * -r -9; mv singularite.zip ../singularite-$(VERSION)-$(COMMIT).zip

0 comments on commit 9596d48

Please # to comment.