Skip to content

Commit

Permalink
set version info correctly when making
Browse files Browse the repository at this point in the history
  • Loading branch information
bpuchala committed Dec 20, 2014
1 parent b7892a9 commit 3c7fccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lw/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ifeq "$(BIN)" ""
else
INSTALL = $(BIN)
endif
VERS = "develop"
VERS=$$(git rev-parse --abbrev-ref HEAD)
ID=$$(git rev-parse HEAD)
URL=$$(git config --get remote.origin.url)

Expand Down

0 comments on commit 3c7fccd

Please sign in to comment.