Skip to content

Commit b01a4d0

Browse files
committed
Prepared release of version 2.9.
1 parent c8c5da3 commit b01a4d0

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

Documentation/FEBioStudioReleaseNotes.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77

88
===========================================================================
99

10-
R E L E A S E 2.9 3/19/2025
10+
R E L E A S E 2.9 3/24/2025
1111

1212
===========================================================================
1313

14+
1415
New Features:
1516
* A new tool, the Fiber ODF (Orientation Distribution Function) analysis tool, was added to FEBio Studio. This tool calculates ODFs directly from 3D image data.
1617
* Added support for edge data field variables.

Documentation/FEBioStudio_User_Manual.lyx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,15 +135,15 @@ status open
135135
User's Manual
136136
\series default
137137
\emph on
138-
Version 2.8
138+
Version 2.9
139139
\end_layout
140140

141141
\begin_layout Date
142142

143143
\series bold
144144
Last Updated:
145-
November 7,
146-
2024
145+
March 24,
146+
2025
147147
\end_layout
148148

149149
\begin_layout Standard
17 KB
Binary file not shown.

FEBioStudio/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ SOFTWARE.*/
2929
//-----------------------------------------------------------------------------
3030
// VERSION INFORMATION
3131
#define FBS_VERSION 2
32-
#define FBS_SUBVERSION 8
33-
#define FBS_SUBSUBVERSION 1
32+
#define FBS_SUBVERSION 9
33+
#define FBS_SUBSUBVERSION 0
3434

3535
//-----------------------------------------------------------------------------
3636
// FSM FILE VERSION

0 commit comments

Comments
 (0)