Skip to content

Commit e2533d1

Browse files
authored
Merge pull request #153 from psychocoderHPC/topic-versionIncrease2.3.1
version increase to 2.3.1
2 parents 2723bc1 + 60c467e commit e2533d1

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Change Log / Release Log for mallocMC
22
================================================================
33

4+
2.3.1crp
5+
--------
6+
**Date:** 2019-02-14
7+
8+
A critical bug was fixed which can result in an illegal memory access.
9+
10+
### Changes to mallocMC 2.3.0crp
11+
12+
**Bug fixes**
13+
- fix illegal memory access in `XMallocSIMD` #150
14+
15+
**Misc:**
16+
- CMake: Honor `<packageName>_ROOT` Env Hints #154
17+
18+
419
2.3.0crp
520
--------
621
**Date:** 2018-06-11

src/include/mallocMC/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
/** the mallocMC version: major API changes should be reflected here */
4040
#define MALLOCMC_VERSION_MAJOR 2
4141
#define MALLOCMC_VERSION_MINOR 3
42-
#define MALLOCMC_VERSION_PATCH 0
42+
#define MALLOCMC_VERSION_PATCH 1
4343

4444
/** the mallocMC flavor is used to differentiate the releases of the
4545
* Computational Radiation Physics group (crp) from other releases

0 commit comments

Comments
 (0)