Skip to content

Commit

Permalink
Create release v0.6.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
abi-git-user committed Nov 11, 2024
1 parent ef58654 commit 7269e4a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.3)
set(PROJECT_DEVELOPER_VERSION -rc.2)
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.3-rc.2 Changelog
===============================
libCellML v0.6.3 Changelog
==========================

Analyser
--------
Expand All @@ -24,11 +24,11 @@ Modified feature
Contributors
------------

.. image:: https://avatars.githubusercontent.com/u/602265?v=4
:target: https://github.com/agarny
:height: 32
:width: 32
.. image:: https://avatars.githubusercontent.com/u/778048?v=4
:target: https://github.com/hsorby
:height: 32
:width: 32
.. image:: https://avatars.githubusercontent.com/u/602265?v=4
:target: https://github.com/agarny
:height: 32
:width: 32
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.3-rc.2
changelog_v0.6.3
changelog_v0.6.2
changelog_v0.6.1
changelog_v0.6.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.3-rc.2
changelogs/changelog_v0.6.3
changelogs/changelog_v0.6.2
changelogs/changelog_v0.6.1
changelogs/changelog_v0.6.0
Expand Down

0 comments on commit 7269e4a

Please sign in to comment.