Skip to content

Commit

Permalink
Preparing release of v10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Mar 10, 2023
1 parent 4bfceaa commit 1899310
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

I am a changelog... do not expect too much from me :D

## v10.0.1

- Adding image version field to the image header
- Fixes in String comparison primitive when JIT
- Improvements in dependency of the VMMaker code.

## v10.0.0

- Slang (Smalltalk to C Translator)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ extractVCSInformation(GIT_COMMIT_HASH GIT_DESCRIBE GIT_COMMIT_DATE)

set(VERSION_MAJOR 10)
set(VERSION_MINOR 0)
set(VERSION_PATCH_NUMBER 0)
set(VERSION_PATCH_NUMBER 1)

if(BUILD_IS_RELEASE)
set(VERSION_PATCH "${VERSION_PATCH_NUMBER}")
Expand Down

0 comments on commit 1899310

Please sign in to comment.