Skip to content
Snippets Groups Projects
Commit d0e0e90c authored by Michael Kuron's avatar Michael Kuron :mortar_board:
Browse files

Bumped version to 4.2

parent 7b36599f
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
## [Unreleased] ## [Unreleased]
## [4.2] - 2019-09-27
- Fix compiling Walberla on certain compilers
- Fix compilation failure in ParserUBB and ExtendedBoundaryHandlingFactory
- add missing std::hash specializations for Cell, Vector2, Vector3
## [4.1] - 2019-04-19 ## [4.1] - 2019-04-19
### Added ### Added
- Galerkin coarsening for Multigrid - Galerkin coarsening for Multigrid
......
...@@ -34,7 +34,7 @@ set ( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${walberla_SOURCE_DIR}/cmake ) ...@@ -34,7 +34,7 @@ set ( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${walberla_SOURCE_DIR}/cmake )
include ( waLBerlaFunctions ) include ( waLBerlaFunctions )
set_version( 4 1 ) set_version( 4 2 )
include( CMakeParseArguments ) include( CMakeParseArguments )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment