Skip to content

Commit

Permalink
Prepare release 10.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed Sep 13, 2023
1 parent 2d96a1b commit 95c3f34
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change log

## v10.0.7

* Update README.md by @guillep in https://github.com/pharo-project/pharo-vm/pull/688
* Fix ephemeron scanning perf by @guillep in https://github.com/pharo-project/pharo-vm/pull/691

**Full Changelog**: https://github.com/pharo-project/pharo-vm/compare/v10.0.6...v10.0.7

## v10.0.6

Improvements in build environment
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ extractVCSInformation(GIT_COMMIT_HASH GIT_DESCRIBE GIT_COMMIT_DATE)

set(VERSION_MAJOR 10)
set(VERSION_MINOR 0)
set(VERSION_PATCH_NUMBER 6)
set(VERSION_PATCH_NUMBER 7)

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

0 comments on commit 95c3f34

Please sign in to comment.