Skip to content

Commit

Permalink
changelog: update for new release and bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
breuner committed Sep 18, 2022
1 parent c1082f2 commit ba0bd65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog of elbencho

## v2.2.2 (work in progress)
## v2.2.3 (Sep 18, 2022)

### New Features & Enhancements
* Block variance algo "balanced" has been replaced with a new vectorized SIMD version to enable fast fill of buffers with higher quality random values ("--blockvaralgo"). The previous version still exists as "balanced_single" and remains the default for "--randalgo".
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
EXE_NAME ?= elbencho
EXE_VER_MAJOR ?= 2
EXE_VER_MINOR ?= 2
EXE_VER_PATCHLEVEL ?= 2
EXE_VER_PATCHLEVEL ?= 3
EXE_VERSION ?= $(EXE_VER_MAJOR).$(EXE_VER_MINOR)-$(EXE_VER_PATCHLEVEL)
EXE ?= $(BIN_PATH)/$(EXE_NAME)
EXE_UNSTRIPPED ?= $(EXE)-unstripped
Expand Down

0 comments on commit ba0bd65

Please sign in to comment.