Skip to content

Commit fe31aca

Browse files
committed
Update documents for 3.2.1 release.
1 parent 586defe commit fe31aca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## CRPropa vNext
1+
## CRPropa 3.2.1
22

33
### Bug fixes:
44
* Re-added ToroidalHaloField and LogarithmicSpiralField models. Note, that the class name was also corrected in spelling: TorroidalHaloField --> ToroidalHaloField

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ else(APPLE)
88
endif(APPLE)
99

1010
project(CRPropa Fortran C CXX)
11-
set(CRPROPA_RELEASE_VERSION 3.2+) # Update for new release
11+
set(CRPROPA_RELEASE_VERSION 3.2.1) # Update for new release
1212

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

0 commit comments

Comments
 (0)