Skip to content

Commit 1f8b597

Browse files
authored
Merge pull request #798 from gonuke/fix_v321number
update version number and re-release
2 parents fbe286e + c2630e3 commit 1f8b597

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ enable_language(CXX)
55
# Set DAGMC version
66
set(DAGMC_MAJOR_VERSION 3)
77
set(DAGMC_MINOR_VERSION 2)
8-
set(DAGMC_PATCH_VERSION 0)
8+
set(DAGMC_PATCH_VERSION 1)
99
set(DAGMC_VERSION ${DAGMC_MAJOR_VERSION}.${DAGMC_MINOR_VERSION}.${DAGMC_PATCH_VERSION})
1010

1111
if(MSVC)

doc/CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ v3.2.1
7272

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

7677
v3.2.0
7778
====================

0 commit comments

Comments
 (0)