Skip to content

Commit

Permalink
Setting cmake ACEtk version and updating release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Aug 20, 2024
1 parent d7b7dcc commit 28fc52b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if( DEFINED PROJECT_NAME )
endif()

project( ACEtk
VERSION 1.0.1
VERSION 1.0.2
LANGUAGES CXX
)

Expand Down
4 changes: 4 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Release Notes—ACEtk
Given here are some release notes for ACEtk.

## [ACEtk v1.0.2](https://github.com/njoy/ENDFtk/pull/xxx)
This fixes a bug in ACEtk for photoatomic tables in which the electron subshell populations
were returned as integers instead of floating point values.

## [ACEtk v1.0.1](https://github.com/njoy/ENDFtk/pull/133)
This updates the build system for ACEtk and contains no functional changes.

Expand Down

0 comments on commit 28fc52b

Please sign in to comment.