Skip to content

Commit

Permalink
Merge pull request #427 from ghutchis/bump-1981
Browse files Browse the repository at this point in the history
Bump version number for 1.98.1 release
  • Loading branch information
ghutchis authored Nov 2, 2023
2 parents 3456a09 + 4a1d11b commit 039f301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ include(DetermineVersion)
# Set up our version.
set(AvogadroApp_VERSION_MAJOR "1")
set(AvogadroApp_VERSION_MINOR "98")
set(AvogadroApp_VERSION_PATCH "0")
set(AvogadroApp_VERSION_PATCH "1")
set(AvogadroApp_VERSION
"${AvogadroApp_VERSION_MAJOR}.${AvogadroApp_VERSION_MINOR}.${AvogadroApp_VERSION_PATCH}")
find_package(Git)
Expand Down

1 comment on commit 039f301

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ERROR: clang-format-diff detected formatting issues. See the artifact for a patch or run clang-format on your branch.

Please sign in to comment.