Skip to content

Commit

Permalink
Bump version number for ongoing development.
Browse files Browse the repository at this point in the history
  • Loading branch information
markro49 committed May 14, 2024
1 parent 3f27b8b commit 81f8a30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This is the distribution of Fjalar, a dynamic analysis framework for C/C++ programs
Fjalar version 5.8.20, released May 14, 2024.
Fjalar version 5.8.21, released May 14, 2024.

The majority of this source tree is a slightly modified version of Valgrind
(see file valgrind/REVISION for the upstream version of Valgrind).
Expand Down
2 changes: 1 addition & 1 deletion valgrind/fjalar/mc_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -8601,7 +8601,7 @@ static void mc_pre_clo_init(void)
VG_(details_name) ("kvasir");
/* This next line is automatically updated by the toplevel Daikon
distribution Makefile; be careful with its formatting -SMcC */
VG_(details_version) ("5.8.20");
VG_(details_version) ("5.8.21");
VG_(details_description) ("C/C++ Language Front-End for Daikon with DynComp comparability analysis tool.");
VG_(details_copyright_author)(
"Copyright (C) 2007-2022, University of Washington CSE PLSE Group");
Expand Down

0 comments on commit 81f8a30

Please sign in to comment.