Skip to content

Commit

Permalink
Update Makefile.in
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverRainZ committed Aug 30, 2016
1 parent 3d33fc7 commit 3ac99b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export
# Package meta message
PACKAGE = srain
PACKAGE_NAME = Srain
PACKAGE_BUILD = $(shell [ -d .git ] || \
PACKAGE_BUILD = $(shell [ -d .git ] && \
git rev-parse --git-dir > /dev/null 2>&1 && \
echo -n -git@0.`git rev-list --count HEAD`.`git describe --always`)
PACKAGE_VERSION = 0.05$(PACKAGE_BUILD)
Expand Down

0 comments on commit 3ac99b6

Please sign in to comment.