defs.mk: Default VERSION -> 0.1.0-0-dev #63
2 changed files with 2 additions and 2 deletions
|
|
@ -243,7 +243,7 @@ ifeq ($(VERSION),)
|
||||||
ifneq ($(wildcard $(VERSION_FILE)),)
|
ifneq ($(wildcard $(VERSION_FILE)),)
|
||||||
VERSION := $(shell $(CAT) $(VERSION_FILE))
|
VERSION := $(shell $(CAT) $(VERSION_FILE))
|
||||||
else
|
else
|
||||||
VERSION := $(shell echo 1.0.0-0-dev | tee $(VERSION_FILE))
|
VERSION := $(shell echo 0.1.0-0-dev | tee $(VERSION_FILE))
|
||||||
$(warning Automatically created missing $(VERSION_FILE).)
|
$(warning Automatically created missing $(VERSION_FILE).)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ cat_Makefile()
|
||||||
cat_VERSION()
|
cat_VERSION()
|
||||||
{
|
{
|
||||||
cat <<-EOT
|
cat <<-EOT
|
||||||
1.0.0-0-dev
|
0.1.0-0-dev
|
||||||
EOT
|
EOT
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue