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
Branches update-codegen
No related merge requests found
......@@ -2,6 +2,11 @@
## [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
### Added
- Galerkin coarsening for Multigrid
......
......@@ -34,7 +34,7 @@ set ( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${walberla_SOURCE_DIR}/cmake )
include ( waLBerlaFunctions )
set_version( 4 1 )
set_version( 4 2 )
include( CMakeParseArguments )
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment