Skip to content

Commit

Permalink
Create release v0.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
abi-git-user committed Oct 29, 2024
1 parent 6672588 commit 57dc904
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set(CMAKE_OSX_DEPLOYMENT_TARGET 10.15 CACHE STRING "Minimum OS X deployment vers
set(PROJECT_NAME libCellML)
set(PROJECT_URL https://libcellml.org)
set(_PROJECT_VERSION 0.6.1)
set(PROJECT_DEVELOPER_VERSION -rc.3)
set(PROJECT_DEVELOPER_VERSION )
project(${PROJECT_NAME} VERSION ${_PROJECT_VERSION} LANGUAGES CXX)

# Set policies that affect the build.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
libCellML v0.6.1-rc.3 Changelog
===============================
libCellML v0.6.1 Changelog
==========================

Infrastructure
--------------
Expand Down
2 changes: 1 addition & 1 deletion docs/changelogs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changelogs

.. toctree::

changelog_v0.6.1-rc.3
changelog_v0.6.1
changelog_v0.6.0
changelog_v0.5.0
changelog_v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Changelogs

.. toctree::

changelogs/changelog_v0.6.1-rc.3
changelogs/changelog_v0.6.1
changelogs/changelog_v0.6.0
changelogs/changelog_v0.5.0
changelogs/changelog_v0.4.0
Expand Down

0 comments on commit 57dc904

Please sign in to comment.