Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# News #
* 26/06/2026 Version 0.2.4 released (bug fix for importing F2008 without
F2003. Support for additional F2008 intrinsic functions).
* 10/06/2026 Version 0.2.3 released (adds support for preprocessor line markers,
improved handling of labelled DO loops and support for F2008 extension to
Proc_Decl).
Expand Down
2 changes: 1 addition & 1 deletion doc/doxygen.config
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "fparser"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.2.3
PROJECT_NUMBER = 0.2.4

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
Loading