v0.4.0
This commit is contained in:
parent
253e9f9700
commit
25b446a5cc
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.4.0]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Builtin function documentation generation from C++ Musique implementation source code
|
- Builtin function documentation generation from C++ Musique implementation source code
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
MAKEFLAGS="-j $(grep -c ^processor /proc/cpuinfo)"
|
MAKEFLAGS="-j $(grep -c ^processor /proc/cpuinfo)"
|
||||||
|
|
||||||
MAJOR := 0
|
MAJOR := 4
|
||||||
MINOR := 3
|
MINOR := 0
|
||||||
PATCH := 1
|
PATCH := 0
|
||||||
COMMIT := gc$(shell git rev-parse --short HEAD 2>/dev/null)
|
COMMIT := gc$(shell git rev-parse --short HEAD 2>/dev/null)
|
||||||
|
|
||||||
ifeq ($(COMMIT),gc)
|
ifeq ($(COMMIT),gc)
|
||||||
|
Loading…
Reference in New Issue
Block a user