Skip to content

Commit 5bbee51

Browse files
authored
Update version on master branch to 4.4.1 for ongoing development past 4.4 (opensim-org#3229)
1 parent 78804fd commit 5bbee51

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ request related to the change, then we may provide the commit.
66

77
This is not a comprehensive list of changes but rather a hand-curated collection of the more notable ones. For a comprehensive history, see the [OpenSim Core GitHub repo](https://github.com/opensim-org/opensim-core).
88

9+
v4.4.1
10+
======
11+
-
12+
913
v4.4
1014
====
1115
- Updated ezc3d to version 1.4.6 which better manage the events defined in a c3d file.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ include(FeatureSummary)
2929
# ----------------
3030
set(OPENSIM_MAJOR_VERSION 4)
3131
set(OPENSIM_MINOR_VERSION 4)
32-
set(OPENSIM_PATCH_VERSION 0)
32+
set(OPENSIM_PATCH_VERSION 1)
3333

3434
# Don't include the patch version if it is 0.
3535
set(PATCH_VERSION_STRING)

0 commit comments

Comments
 (0)