defs.mk: Default VERSION -> 0.1.0-0-dev
All checks were successful
CI / Packaging - Kali Linux (pull_request) Successful in 4m8s
CI / Packaging - OpenSUSE Tumbleweed (pull_request) Successful in 4m12s
CI / Packaging test (pull_request) Successful in 0s
CI / Packaging - Kali Linux (push) Successful in 4m35s
CI / Packaging - OpenSUSE Tumbleweed (push) Successful in 4m23s
CI / Packaging test (push) Successful in 0s
All checks were successful
CI / Packaging - Kali Linux (pull_request) Successful in 4m8s
CI / Packaging - OpenSUSE Tumbleweed (pull_request) Successful in 4m12s
CI / Packaging test (pull_request) Successful in 0s
CI / Packaging - Kali Linux (push) Successful in 4m35s
CI / Packaging - OpenSUSE Tumbleweed (push) Successful in 4m23s
CI / Packaging test (push) Successful in 0s
Don't start a fresh project with version 1.0.0-0-dev. By default no project can honestly claim the level of maturity suggested by 1.0.0-0 with its first commit. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
15b2735afa
commit
7f841e991e
2 changed files with 2 additions and 2 deletions
|
|
@ -243,7 +243,7 @@ ifeq ($(VERSION),)
|
|||
ifneq ($(wildcard $(VERSION_FILE)),)
|
||||
VERSION := $(shell $(CAT) $(VERSION_FILE))
|
||||
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).)
|
||||
endif
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ cat_Makefile()
|
|||
cat_VERSION()
|
||||
{
|
||||
cat <<-EOT
|
||||
1.0.0-0-dev
|
||||
0.1.0-0-dev
|
||||
EOT
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue