Skip to content

Commit

Permalink
changed the release to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jovanbulck committed Dec 8, 2014
1 parent 50a749a commit fc84aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ DATE = $(shell date +%d\ %b\ %Y)
HOUR = $(shell date +%Hh%M)
MACHINE_BUILT = $(shell uname -srm)
MACHINE_RELEASE = $(shell uname -sm)
RELEASE_NB = 1.2.0
RELEASE_NB = 1.2.1
RELEASE_VERSION_STR = "jsh $(RELEASE_NB) on $(MACHINE_RELEASE) (official release $(DATE))"
DEV_BUILT_VERSION_STR = "jsh post $(RELEASE_NB) on $(MACHINE_BUILT) \n(developer built $(DATE) : $(HOUR))"
VERSION_STR = $(DEV_BUILT_VERSION_STR)
Expand Down

0 comments on commit fc84aaf

Please sign in to comment.