This commit is contained in:
Robert Bendun 2023-01-15 02:28:39 +01:00
parent 253e9f9700
commit 25b446a5cc
2 changed files with 5 additions and 3 deletions

View File

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.4.0]
### Added
- Builtin function documentation generation from C++ Musique implementation source code

View File

@ -1,8 +1,8 @@
MAKEFLAGS="-j $(grep -c ^processor /proc/cpuinfo)"
MAJOR := 0
MINOR := 3
PATCH := 1
MAJOR := 4
MINOR := 0
PATCH := 0
COMMIT := gc$(shell git rev-parse --short HEAD 2>/dev/null)
ifeq ($(COMMIT),gc)