mirror of
https://github.com/ANL-CEEESA/RELOG.git
synced 2025-12-06 15:48:51 -06:00
Bump version to 0.4.0
This commit is contained in:
9
Makefile
9
Makefile
@@ -1,11 +1,6 @@
|
||||
JULIA := julia --color=yes --project=@.
|
||||
SRC_FILES := $(wildcard src/*.jl test/*.jl)
|
||||
|
||||
VERSION_MAJOR := 0
|
||||
VERSION_MINOR := 3
|
||||
VERSION_PATCH := 0
|
||||
|
||||
VERSION_SHORT := $(VERSION_MAJOR).$(VERSION_MINOR)
|
||||
VERSION := 0.4
|
||||
|
||||
all: docs test
|
||||
|
||||
@@ -20,7 +15,7 @@ clean:
|
||||
rm -rf build/*
|
||||
|
||||
docs:
|
||||
mkdocs build -d ../docs/$(VERSION_SHORT)/
|
||||
mkdocs build -d ../docs/$(VERSION)/
|
||||
|
||||
test: build/test.log
|
||||
|
||||
|
||||
Reference in New Issue
Block a user