diff options
| author | 2021-12-05 16:31:18 -0600 | |
|---|---|---|
| committer | 2021-12-05 16:34:26 -0600 | |
| commit | 545c09e202aa7cc51087e23f5306d162ae2ff5bb (patch) | |
| tree | 482e0089fdbf4d472cf227abe5a2536752c2e2f5 /meson.build | |
| parent | Prepare for 1.19.1 release. (diff) | |
Update hash mixing behavior - address #889
Try to have better behavior when mixing sub-hashes that are not uniform and
randomly distributed. Premultiply by a large prime before mixing to
"spread entropy" if it is concentrated in a certain subset of bits.
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 5894db10..8376ae67 100644 --- a/meson.build +++ b/meson.build @@ -20,7 +20,7 @@ project('janet', 'c', default_options : ['c_std=c99', 'build.c_std=c99', 'b_lundef=false', 'default_library=both'], - version : '1.19.1') + version : '1.19.2') # Global settings janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet') |
