Skip to content

Commit 4303ac5

Browse files
authored
Merge pull request #913 from svalinn/v3.2.3-rc1
Updates to allow a release
2 parents 6b30af4 + 72c07ff commit 4303ac5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
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 2)
8+
set(DAGMC_PATCH_VERSION 3)
99
set(DAGMC_VERSION ${DAGMC_MAJOR_VERSION}.${DAGMC_MINOR_VERSION}.${DAGMC_PATCH_VERSION})
1010

1111
if(MSVC)

doc/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ DAGMC Changelog
77
Next version
88
====================
99

10+
v3.2.3
11+
====================
12+
1013
**Changed:**
1114

1215
* Improvements/corrections to graveyard capabilities (#855)

src/pyne/pyne

Submodule pyne updated 87 files

0 commit comments

Comments
 (0)