From a7413e05b664d2f4425d3c1edf0b68d70bd86e68 Mon Sep 17 00:00:00 2001 From: Carlchristian Eckert Date: Wed, 11 Feb 2015 13:41:08 +0100 Subject: [PATCH] Version Bump for release 2.1.0crp --- CHANGELOG.md | 2 +- src/include/mallocMC/version.hpp | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e035b379..1c459b16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ Change Log / Release Log for mallocMC 2.1.0crp ------------- -**Date:** 2015-02-09 +**Date:** 2015-02-11 This release fixes some bugs that occured after the release of 2.0.1crp and reduces the interface to improve interoperability with the default CUDA allocator. We closed all issues documented in diff --git a/src/include/mallocMC/version.hpp b/src/include/mallocMC/version.hpp index 1a7ad800..cbbfe7b5 100644 --- a/src/include/mallocMC/version.hpp +++ b/src/include/mallocMC/version.hpp @@ -5,8 +5,8 @@ Copyright (C) 2012 Institute for Computer Graphics and Vision, Graz University of Technology - Copyright (C) 2014 Institute of Radiation Physics, - Helmholtz-Zentrum Dresden - Rossendorf + Copyright (C) 2014-2015 Institute of Radiation Physics, + Helmholtz-Zentrum Dresden - Rossendorf Author(s): Markus Steinberger - steinberger ( at ) icg.tugraz.at Bernhard Kainz - kainz ( at ) icg.tugraz.at @@ -38,8 +38,8 @@ /** the mallocMC version: major API changes should be reflected here */ #define MALLOCMC_VERSION_MAJOR 2 -#define MALLOCMC_VERSION_MINOR 0 -#define MALLOCMC_VERSION_PATCH 1 +#define MALLOCMC_VERSION_MINOR 1 +#define MALLOCMC_VERSION_PATCH 0 /** the mallocMC flavor is used to differenciate the releases of the * Computational Radiation Physics group (crp) from other releases