Skip to content

Commit

Permalink
Merge pull request #798 from gonuke/fix_v321number
Browse files Browse the repository at this point in the history
update version number and re-release
  • Loading branch information
shimwell authored Feb 19, 2022
2 parents fbe286e + c2630e3 commit 1f8b597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ enable_language(CXX)
# Set DAGMC version
set(DAGMC_MAJOR_VERSION 3)
set(DAGMC_MINOR_VERSION 2)
set(DAGMC_PATCH_VERSION 0)
set(DAGMC_PATCH_VERSION 1)
set(DAGMC_VERSION ${DAGMC_MAJOR_VERSION}.${DAGMC_MINOR_VERSION}.${DAGMC_PATCH_VERSION})

if(MSVC)
Expand Down
1 change: 1 addition & 0 deletions doc/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ v3.2.1

* move CI to github actions (#752, #753, #761, #763, #766)
* move CI docker build of MOAB to CMake (#771)
* updated version number for release in `CMakeLists.txt` (#798)

v3.2.0
====================
Expand Down

0 comments on commit 1f8b597

Please sign in to comment.