Skip to content

Commit

Permalink
Merge pull request #329 from rafaelab/master
Browse files Browse the repository at this point in the history
Post-release (3.1.7) development version
  • Loading branch information
rafaelab committed Feb 11, 2021
2 parents 6b321d4 + a6a35f9 commit 398bf1c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

### Bug fixes:

### New features:

### Interface changes:

### Features that are deprecated and will be removed after this release

### New plugins and resources linked on the webpages:



## CRPropa 3.1.7

### Bug fixes:

* Re-add URB that was temporarily not available in the (unreleased) master branch.
* Turbulent fields generated on a grid were limited up to 2048 grid-size due to
an integer overflow (i.e. 2048^3 index > signed int); solved by replacing
int with size_t
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ else(APPLE)
endif(APPLE)

project(CRPropa Fortran C CXX)
set(CRPROPA_RELEASE_VERSION >3.1.6) # Update for new release
set(CRPROPA_RELEASE_VERSION >3.1.7) # Update for new release

set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})

Expand Down

0 comments on commit 398bf1c

Please sign in to comment.